|
XOOPS 2.5.6
Final
|
Public Member Functions | |
| __construct () | |
| __call ($name, $args) | |
| __get ($name) | |
| __set ($name, $args) | |
Definition at line 32 of file blockinstance.php.
| XoopsBlockInstance::__construct | ( | ) |
Constructor
Definition at line 38 of file blockinstance.php.
| XoopsBlockInstance::__call | ( | $name, | |
| $args | |||
| ) |
Call Magic Function
| string | $name | |
| array | $args |
Definition at line 49 of file blockinstance.php.
| XoopsBlockInstance::__get | ( | $name | ) |
Get Magic Function
| string | $name |
Definition at line 74 of file blockinstance.php.
| XoopsBlockInstance::__set | ( | $name, | |
| $args | |||
| ) |
Set Magic Function
| string | $name | |
| array | $args |
Definition at line 62 of file blockinstance.php.