portal.mkgtu.ru/common/modules/student/interfaces/DynamicComponentInterface.php

9 lines
219 B
PHP
Executable File

<?php
namespace common\modules\student\interfaces;
interface DynamicComponentInterface{
public static function getConfig();
public static function getController();
public static function getUrlRules();
}