Ejemplo n.º 1
0
 public function __construct($freepbx = null, $env = null)
 {
     if ($freepbx == null) {
         throw new Exception("Not given a FreePBX Object");
     }
     $this->FreePBX = $freepbx;
     parent::__construct($env);
 }
Ejemplo n.º 2
0
 public function __construct($freepbx = null, $env = null)
 {
     if ($freepbx == null) {
         throw new Exception("Not given a FreePBX Object");
     }
     $this->FreePBX = $freepbx;
     parent::__construct($env);
     ini_set('memory_limit', '512M');
     //boo
 }