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

10 lines
118 B
PHP
Executable File

<?php
namespace common\models\interfaces;
interface IReferencesOData
{
public static function updateLinks();
}