Пример #1
0
 /**
  * @param Method $method
  * @param QueryMap $annotation
  * @return null
  */
 public function handle(Method $method, $annotation)
 {
     $method->addQueryMap($annotation->getValue());
 }