Пример #1
0
 public function getTypeId()
 {
     return $this->type->id();
 }
Пример #2
0
 /**
  * @return string|null
  */
 public function getType()
 {
     return PublicationType::getByIdentifier($this->get('type'));
 }