name = $name; $this->variables = array(); $this->isNestingBlock = false; } public function getTreeProperties() { return array( 'name' => $this->name, 'variables' => $this->variables ); } } ?>