示例#1
0
 /**
  *	@see RM_Forum_Mapper::getParent
  */
 public function getParent()
 {
     if (!$this->_parent) {
         $this->_parent = $this->_mapper->getParent($this->parent_id);
     }
     return $this->_parent;
 }