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

14 lines
167 B
PHP
Raw Normal View History

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