portal.mkgtu.ru/common/components/soapResponse/interfaces/ISoapResponse.php

12 lines
141 B
PHP
Executable File

<?php
namespace common\components\soapResponse\interfaces;
interface ISoapResponse
{
public function getMethodName(): string;
}