Public Member Functions | |
| prependToLeft ($str) | |
| prependToRight ($str) | |
| appendToLeft ($str) | |
| appendToRight ($str) | |
| renderLeft () | |
| renderRight () | |
| render () | |
Protected Attributes | |
| $left = '' | |
| $right = '' | |
Definition at line 15 of file layout.lib.php.
| appendToLeft | ( | $ | str | ) |
Definition at line 30 of file layout.lib.php.
| appendToRight | ( | $ | str | ) |
Definition at line 35 of file layout.lib.php.
| prependToLeft | ( | $ | str | ) |
Definition at line 20 of file layout.lib.php.
| prependToRight | ( | $ | str | ) |
Definition at line 25 of file layout.lib.php.
| render | ( | ) |
Implements Display.
Definition at line 44 of file layout.lib.php.
| renderLeft | ( | ) | [abstract] |
Reimplemented in LeftMenuLayout, and RightMenuLayout.
| renderRight | ( | ) | [abstract] |
Reimplemented in LeftMenuLayout, and RightMenuLayout.
$left = '' [protected] |
Definition at line 17 of file layout.lib.php.
$right = '' [protected] |
Definition at line 18 of file layout.lib.php.
1.6.3