Exemple #1
0
 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;
 }