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