/
jagepard
/
Rudra-Controller
Обзор
Документация
Войти
/
jagepard
/
Rudra-Controller
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/ContainerControllerInterface.php
17 строк
447 B
Jagepard
fix
26 дек 2025, 16:17
26 дек 2025, 16:17
e87b6b5
Код
Авторство
О чём код?
<?php /** * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. * * @author Korotkov Danila (Jagepard) <jagepard@yandex.ru> * @license https://mozilla.org/MPL/2.0/ MPL-2.0 */ namespace Rudra\Controller; interface ContainerControllerInterface { public function containerInit(): void; }