コード例 #1
0
ファイル: Paper.php プロジェクト: raigons/bureauinteligencia
 public function getTypeId()
 {
     return $this->type->id();
 }
コード例 #2
0
 /**
  * @return string|null
  */
 public function getType()
 {
     return PublicationType::getByIdentifier($this->get('type'));
 }