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