portal.mkgtu.ru/common/models/interfaces/IMainPageInstruction.php

12 lines
133 B
PHP
Executable File

<?php
namespace common\models\interfaces;
interface IMainPageInstruction
{
public function getViewFileName(): string;
}