Ejemplo n.º 1
0
 public function getActivityType($con = null)
 {
     include_once 'lib/model/om/BaseActivityTypePeer.php';
     if ($this->aActivityType === null && $this->activity_type_id !== null) {
         $this->aActivityType = ActivityTypePeer::retrieveByPK($this->activity_type_id, $con);
     }
     return $this->aActivityType;
 }