portal.mkgtu.ru/common/modules/abiturient/models/interfaces/ApplicationConnectedInterfa...

17 lines
219 B
PHP
Executable File

<?php
namespace common\modules\abiturient\models\interfaces;
use common\modules\abiturient\models\bachelor\BachelorApplication;
interface ApplicationConnectedInterface
{
public function getApplication();
}