Inheritance: extends AbstractReservedWord
コード例 #1
0
 /**
  * @return ServiceReservedMethod
  */
 public static function instance()
 {
     return ServiceReservedMethod::instance(__DIR__ . '/../resources/service_reserved_keywords.yml');
 }
コード例 #2
0
ファイル: Method.php プロジェクト: wsdltophp/packagegenerator
 /**
  * @param $filename
  * @return ServiceReservedMethod
  */
 public function getReservedMethodsInstance($filename = null)
 {
     return ServiceReservedMethod::instance($filename);
 }