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

13 lines
127 B
PHP
Raw Permalink Normal View History

2024-03-28 09:51:45 +03:00
<?php
namespace common\models\interfaces;
interface IReferenceCanUpdate
{
public function setUpdateScenario();
}