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

17 lines
164 B
PHP
Raw Normal View History

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