Public Member Functions | |
__construct ($data=array()) | |
& | getAccum () |
addPart ($s= '') | |
getCurrentPart () | |
getFlags () | |
breakSyntax ($openingCount=false) | |
Get the output string that would result if the close is not found. | |
Public Attributes | |
$open | |
$close | |
$count | |
$parts | |
$lineStart | |
$partClass = 'PPDPart' |
Definition at line 717 of file Preprocessor_DOM.php.
PPDStackElement::__construct | ( | $ | data = array() |
) |
Reimplemented in PPDStackElement_Hash.
Definition at line 726 of file Preprocessor_DOM.php.
References $name.
PPDStackElement::addPart | ( | $ | s = '' |
) |
PPDStackElement::breakSyntax | ( | $ | openingCount = false |
) |
Get the output string that would result if the close is not found.
Reimplemented in PPDStackElement_Hash.
Definition at line 761 of file Preprocessor_DOM.php.
References $s.
& PPDStackElement::getAccum | ( | ) |
Definition at line 735 of file Preprocessor_DOM.php.
PPDStackElement::getCurrentPart | ( | ) |
Definition at line 744 of file Preprocessor_DOM.php.
PPDStackElement::getFlags | ( | ) |
Definition at line 748 of file Preprocessor_DOM.php.
PPDStackElement::$close |
Definition at line 718 of file Preprocessor_DOM.php.
PPDStackElement::$count |
Definition at line 718 of file Preprocessor_DOM.php.
PPDStackElement::$lineStart |
Definition at line 718 of file Preprocessor_DOM.php.
PPDStackElement::$open |
Definition at line 718 of file Preprocessor_DOM.php.
PPDStackElement::$partClass = 'PPDPart' |
Definition at line 724 of file Preprocessor_DOM.php.
PPDStackElement::$parts |
Definition at line 718 of file Preprocessor_DOM.php.