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 1350 of file Preprocessor_DOM.php.
PPCustomFrame_DOM::__construct | ( | $ | preprocessor, | |
$ | args | |||
) |
Definition at line 1353 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 1378 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 1374 of file Preprocessor_DOM.php.
PPCustomFrame_DOM::$args |