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

14 lines
167 B
PHP
Executable File

<?php
namespace common\modules\abiturient\models\interfaces;
interface IQuestionnaireValidateModelInterface
{
public function getValidatedName(): string;
}