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

10 lines
224 B
PHP
Executable File

<?php
namespace common\modules\abiturient\models\interfaces;
use common\models\interfaces\FileToSendInterface;
interface IHaveCallbackAfterDraftCopy
{
public function afterDraftCopy(FileToSendInterface $from): void;
}