Ejemplo n.º 1
0
 public function getTypeId()
 {
     return $this->type->id();
 }
Ejemplo n.º 2
0
 /**
  * @return string|null
  */
 public function getType()
 {
     return PublicationType::getByIdentifier($this->get('type'));
 }