|
XOOPS 2.5.6
Final
|
Public Member Functions | |
| __construct () | |
| __call ($name, $args) | |
| __get ($name) | |
| __set ($name, $args) | |
Definition at line 92 of file blockinstance.php.
| XoopsBlockInstanceHandler::__construct | ( | ) |
Enter description here...
Definition at line 98 of file blockinstance.php.
| XoopsBlockInstanceHandler::__call | ( | $name, | |
| $args | |||
| ) |
Call Magic Function
| string | $name | |
| array | $args |
Definition at line 109 of file blockinstance.php.
| XoopsBlockInstanceHandler::__get | ( | $name | ) |
Get Magic Function
| string | $name |
Definition at line 134 of file blockinstance.php.
| XoopsBlockInstanceHandler::__set | ( | $name, | |
| $args | |||
| ) |
Set Magic Function
| string | $name | |
| array | $args |
Definition at line 122 of file blockinstance.php.