Public Member Functions | |
| __construct () | |
| hide () | |
| show () | |
| render () | |
Static Public Member Functions | |
| static | getInstance () |
Private Attributes | |
| $hidden = false | |
Static Private Attributes | |
| static | $instance = false |
Definition at line 22 of file footer.lib.php.
| __construct | ( | ) |
Definition at line 28 of file footer.lib.php.
| static getInstance | ( | ) | [static] |
Definition at line 33 of file footer.lib.php.
| hide | ( | ) |
Definition at line 43 of file footer.lib.php.
| render | ( | ) |
Render the template
| Exception | if file not found or error/exception in the template |
Reimplemented from PhpTemplate.
Definition at line 53 of file footer.lib.php.
| show | ( | ) |
Definition at line 48 of file footer.lib.php.
$hidden = false [private] |
Definition at line 26 of file footer.lib.php.
$instance = false [static, private] |
Definition at line 24 of file footer.lib.php.
1.6.3