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