WsdlToPhp\PackageGenerator\ConfigurationReader\StructArrayReservedMethod::instance PHP Method

instance() public static method

public static instance ( $filename = null ) : StructArrayReservedMethod
return StructArrayReservedMethod
    public static function instance($filename = null)
    {
        return parent::instance(empty($filename) ? self::getDefaultArrayConfigurationPath() : $filename);
    }

Usage Example

コード例 #1
0
 /**
  * @return StructArrayReservedMethod
  */
 public static function instance()
 {
     return StructArrayReservedMethod::instance(__DIR__ . '/../resources/struct_array_reserved_keywords.yml');
 }
All Usage Examples Of WsdlToPhp\PackageGenerator\ConfigurationReader\StructArrayReservedMethod::instance