コード例 #1
0
ファイル: PlatformJob.php プロジェクト: alab1001101/zf2
 /**
  * Retrieve the job identifier
  *
  * @return string
  */
 public function getJobId()
 {
     return $this->_id ? $this->_id : $this->_job->getID();
 }
コード例 #2
0
ファイル: PlatformJob.php プロジェクト: niallmccrudden/zf2
 /**
  * Retrieve the job identifier
  *
  * @return string
  */
 public function getJobId()
 {
     return (($this->_id) ?  $this->_id : $this->_job->getID());
 }