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

19 lines
194 B
PHP
Executable File

<?php
namespace common\models\interfaces;
interface IArchiveQueryable
{
public static function getArchiveColumn(): string;
public static function getArchiveValue();
}