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

17 lines
219 B
PHP
Raw Permalink Normal View History

2024-03-28 09:51:45 +03:00
<?php
namespace common\modules\abiturient\models\interfaces;
use common\modules\abiturient\models\bachelor\BachelorApplication;
interface ApplicationConnectedInterface
{
public function getApplication();
}