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

19 lines
194 B
PHP
Raw Normal View History

2024-03-28 09:51:45 +03:00
<?php
namespace common\models\interfaces;
interface IArchiveQueryable
{
public static function getArchiveColumn(): string;
public static function getArchiveValue();
}