WsdlToPhp\PackageGenerator\Model\Method::getReservedMethodsInstance PHP Method

getReservedMethodsInstance() public method

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