Beispiel #1
0
 public function getColStatus($con = null)
 {
     include_once 'lib/model/om/BaseColStatusPeer.php';
     if ($this->aColStatus === null && $this->col_status_id !== null) {
         $this->aColStatus = ColStatusPeer::retrieveByPK($this->col_status_id, $con);
     }
     return $this->aColStatus;
 }