コード例 #1
0
ファイル: Less.class.php プロジェクト: lidl/framework
 public function __construct($freepbx = null, $env = null)
 {
     if ($freepbx == null) {
         throw new Exception("Not given a FreePBX Object");
     }
     $this->FreePBX = $freepbx;
     parent::__construct($env);
 }
コード例 #2
0
ファイル: Less.class.php プロジェクト: ntadmin/framework
 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
 }