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