conditions = array(); $this->isNestingBlock = true; } public function getTreeProperties() { return array( 'conditions' => $this->conditions, 'children' => $this->children ); } public function handleElement( ezcTemplateTstNode $element ) { parent::handleElement( $element ); } } ?>