isNestingBlock = false; } 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; } */ /** * @inheritdocs * Returns the column of the starting cursor. */ public function minimumWhitespaceColumn() { return $this->startCursor->column; } } ?>