WsdlToPhp\PackageGenerator\Model\Method::getReservedMethodsInstance PHP 메소드

getReservedMethodsInstance() 공개 메소드

public getReservedMethodsInstance ( $filename = null ) : ServiceReservedMethod
$filename
리턴 WsdlToPhp\PackageGenerator\ConfigurationReader\ServiceReservedMethod
    public function getReservedMethodsInstance($filename = null)
    {
        return ServiceReservedMethod::instance($filename);
    }