Inherits PPFrame_Hash.
Public Member Functions | |
__construct ($preprocessor, $args) | |
__toString () | |
isEmpty () | |
Returns true if there are no arguments in this frame. | |
getArgument ($index) | |
Get an argument to this frame by name. | |
Public Attributes | |
$args |
Definition at line 1286 of file Preprocessor_Hash.php.
PPCustomFrame_Hash::__construct | ( | $ | preprocessor, | |
$ | args | |||
) |
Definition at line 1289 of file Preprocessor_Hash.php.
References $args, and PPFrame_Hash::$preprocessor.
PPCustomFrame_Hash::__toString | ( | ) |
PPCustomFrame_Hash::getArgument | ( | $ | name | ) |
Get an argument to this frame by name.
Reimplemented from PPFrame_Hash.
Definition at line 1315 of file Preprocessor_Hash.php.
PPCustomFrame_Hash::isEmpty | ( | ) |
Returns true if there are no arguments in this frame.
Reimplemented from PPFrame_Hash.
Definition at line 1311 of file Preprocessor_Hash.php.
PPCustomFrame_Hash::$args |