コード例 #1
0
ファイル: SupplierInput.php プロジェクト: hanif/stokq
 /**
  * @return int|null
  */
 public function getRecordIdOrNull()
 {
     return $this->existingRecord ? $this->existingRecord->getId() : null;
 }