Example #1
0
 /**
  *	Returns panel project status name
  *
  *	@return		string
  */
 public function getProjectStatus()
 {
     if ($this->_panel_status === FALSE) {
         $this->_panel_status = $this->_mapper->getProjectStatus($this);
     }
     return $this->_panel_status;
 }