portal.mkgtu.ru/common/modules/abiturient/models/interfaces/OwnerConnectedInterface.php

17 lines
164 B
PHP
Executable File

<?php
namespace common\modules\abiturient\models\interfaces;
use common\models\User;
interface OwnerConnectedInterface
{
public function getOwner();
}