Example #1
0
 /**
  * Constructor
  *
  * @param array $annotations
  * @param MethodElement $method
  */
 public function __construct($annotations, MethodElement $method)
 {
     $this->_annotations = $annotations;
     $this->_reflectionMethod = $method->getReflectionObject();
     $this->_method = $method;
 }