portal.mkgtu.ru/common/models/interfaces/AttachmentLinkableApplicati...

15 lines
194 B
PHP
Executable File

<?php
namespace common\models\interfaces;
interface AttachmentLinkableApplicationEntity extends AttachmentLinkableEntity
{
public static function getApplicationIdColumn(): string;
}