'Заголовок', 'parent_id' => 'Родительский пункт меню', 'icon_file' => 'Путь к иконке', 'icon_font' => 'Иконка', 'url' => 'URL', 'status' => 'Статус', 'slug' => 'Slug', 'priority' => 'Приоритет' ]; } /** * @return string[] */ public static function getStatus(): array { return [ self::DISABLE_STATUS => "Не активный", self::ACTIVE_STATUS => "Активный", ]; } }