WsdlToPhp\PackageGenerator\ConfigurationReader\StructArrayReservedMethod::instance PHP 메소드

instance() 공개 정적인 메소드

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

Usage Example

 /**
  * @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