Inherits PPFrame_DOM.
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 1336 of file Preprocessor_DOM.php.
PPCustomFrame_DOM::__construct | ( | $ | preprocessor, | |
$ | args | |||
) |
Definition at line 1339 of file Preprocessor_DOM.php.
References $args, and PPFrame_DOM::$preprocessor.
PPCustomFrame_DOM::__toString | ( | ) |
PPCustomFrame_DOM::getArgument | ( | $ | name | ) |
Get an argument to this frame by name.
Reimplemented from PPFrame_DOM.
Definition at line 1365 of file Preprocessor_DOM.php.
PPCustomFrame_DOM::isEmpty | ( | ) |
Returns true if there are no arguments in this frame.
Reimplemented from PPFrame_DOM.
Definition at line 1361 of file Preprocessor_DOM.php.
PPCustomFrame_DOM::$args |