'Заголовок', 'additional_information' => 'Дополнительная информация', 'content' => 'Контент' ]; } public static function getStatus(): array { return [ self::DISABLE_STATUS => "Не активный", self::ACTIVE_STATUS => "Активный", ]; } }