Inheritance: extends AbstractReservedWord
 /**
  * @return ServiceReservedMethod
  */
 public static function instance()
 {
     return ServiceReservedMethod::instance(__DIR__ . '/../resources/service_reserved_keywords.yml');
 }
Exemplo n.º 2
0
 /**
  * @param $filename
  * @return ServiceReservedMethod
  */
 public function getReservedMethodsInstance($filename = null)
 {
     return ServiceReservedMethod::instance($filename);
 }