Example #1
0
 function __construct($xmlPath, Zend_Config $config, $sourcePath = "sources/pojo")
 {
     $this->javaSourcePath = realpath("sources/java");
     parent::__construct($xmlPath, $config, $sourcePath);
 }
 function __construct($xmlPath, Zend_Config $config, $sourcePath = "sources/android")
 {
     $this->_baseClientPath = "KalturaClient/" . $this->_baseClientPath;
     parent::__construct($xmlPath, $config, $sourcePath);
 }
 public function __construct($xmlPath)
 {
     $this->_baseClientPath = "KalturaClient/" . $this->_baseClientPath;
     parent::__construct($xmlPath, "sources/android");
 }