isNestingBlock = false; } /** * Returns the tree properties. * * @return array(string=>mixed) */ public function getTreeProperties() { return array(); } /** * Returns true since empty block elements can always be children of blocks. * * @return true */ /* public function canBeChildOf( ezcTemplateBlockTstNode $block ) { // Empty block elements can always be child of blocks return true; } */ /** * Returns the column of the starting cursor. * * @return int */ public function minimumWhitespaceColumn() { return $this->startCursor->column; } } ?>