예제 #1
0
파일: Core.php 프로젝트: ovr/phpreflection
 public function __construct()
 {
     $ext = new Standard();
     $this->extensions[$ext->getName()] = $ext;
     $ext = new JSON();
     $this->extensions[$ext->getName()] = $ext;
     $ext = new Curl();
     $this->extensions[$ext->getName()] = $ext;
 }