Contents |
The VF_Note class
Introduction
The VF_Note class is used by VF_Fieldset to create the heading and body texts inside a new fieldset. This class is for internal use only.
Class synopsis
VF_Note {
void __construct(string $header, string $body)
string toHtml()
}
Table of Contents
- VF_Note→__construct — Create a new VF_Note object
- VF_Note→toHtml — Generates the HTML for this particular object.

