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