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