Inheritance diagram for Layout:
All layouts must implement this.
Definition at line 16 of file base-layout.inc.php.
Public Member Functions | |
drawBeginning () | |
Draw any needed front matter for the layout. | |
drawEnd () | |
Draw any needed ending output for the layout. | |
drawField ($field) | |
Draw a field. |
|
Draw any needed front matter for the layout.
Implemented in OneColumnTableLayout, OneLineLayout, and TableLayout. |
|
Draw any needed ending output for the layout.
Implemented in OneColumnTableLayout, OneLineLayout, and TableLayout. |
|
Draw a field.
Implemented in OneColumnTableLayout, OneLineLayout, and TableLayout. |