Exemplo n.º 1
0
 protected function process($result)
 {
     $builder = new AnnotationsBuilder();
     return $builder->instantiateAnnotation($result[1], $result[2]);
 }
Exemplo n.º 2
0
 public function tearDown()
 {
     AnnotationsBuilder::clearCache();
 }