Inherited by PPDStack_Hash.
Public Member Functions | |
__construct () | |
count () | |
& | getAccum () |
getCurrentPart () | |
push ($data) | |
pop () | |
addPart ($s= '') | |
getFlags () | |
Public Attributes | |
$stack | |
$rootAccum | |
$top | |
$out | |
$elementClass = 'PPDStackElement' | |
Static Public Attributes | |
static | $false = false |
Definition at line 639 of file Preprocessor_DOM.php.
PPDStack::__construct | ( | ) |
PPDStack::addPart | ( | $ | s = '' |
) |
PPDStack::count | ( | ) |
& PPDStack::getAccum | ( | ) |
Definition at line 657 of file Preprocessor_DOM.php.
PPDStack::getCurrentPart | ( | ) |
Definition at line 661 of file Preprocessor_DOM.php.
PPDStack::getFlags | ( | ) |
PPDStack::pop | ( | ) |
PPDStack::push | ( | $ | data | ) |
PPDStack::$elementClass = 'PPDStackElement' |
Definition at line 642 of file Preprocessor_DOM.php.
PPDStack::$false = false [static] |
Definition at line 644 of file Preprocessor_DOM.php.
PPDStack::$out |
Definition at line 641 of file Preprocessor_DOM.php.
PPDStack::$rootAccum |
Definition at line 640 of file Preprocessor_DOM.php.
PPDStack::$stack |
Definition at line 640 of file Preprocessor_DOM.php.
PPDStack::$top |
Definition at line 640 of file Preprocessor_DOM.php.