modulo = null; $this->rest = null; $this->name = 'delimiter'; } public function getTreeProperties() { return array( 'name' => $this->name, 'isClosingBlock' => $this->isClosingBlock, 'isNestingBlock' => $this->isNestingBlock, 'modulo' => $this->modulo, 'rest' => $this->rest ); } public function handleElement( ezcTemplateTstNode $element ) { parent::handleElement( $element ); } } ?>