public function getTypeId() { return $this->type->id(); }
/** * @return string|null */ public function getType() { return PublicationType::getByIdentifier($this->get('type')); }