/** * @return ServiceReservedMethod */ public static function instance() { return ServiceReservedMethod::instance(__DIR__ . '/../resources/service_reserved_keywords.yml'); }
/** * @param $filename * @return ServiceReservedMethod */ public function getReservedMethodsInstance($filename = null) { return ServiceReservedMethod::instance($filename); }