Example #1
0
 public function getSmsLog($con = null)
 {
     include_once 'lib/model/om/BaseSmsLogPeer.php';
     if ($this->aSmsLog === null && $this->log_id !== null) {
         $this->aSmsLog = SmsLogPeer::retrieveByPK($this->log_id, $con);
     }
     return $this->aSmsLog;
 }