コード例 #1
0
 protected function process($result)
 {
     $builder = new AnnotationsBuilder();
     return $builder->instantiateAnnotation($result[1], $result[2]);
 }
コード例 #2
0
ファイル: PerformancesTest.php プロジェクト: niktux/addendum
 public function tearDown()
 {
     AnnotationsBuilder::clearCache();
 }