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