_type; } /** * Устанавливает type. * * @param string|null $type * * @return self */ public function setType(?string $type = null): self { $this->_type = $this->validatePropertyValue('_type', $type); return $this; } }