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