context = null; $this->name = 'tr_context'; $this->isNestingBlock = false; } /** * Returns the tree properties. * * @return array(string=>mixed) */ public function getTreeProperties() { return array( 'context' => $this->context ); } } ?>