예제 #1
0
 protected function __construct($aObject, $oStorage)
 {
     parent::__construct($aObject, $oStorage);
     $this->_sQueueStorage = getParam('sys_transcoder_queue_storage') ? 'sys_transcoder_queue_files' : '';
     $this->_oDb = new BxDolTranscoderVideoQuery($aObject);
     $this->_sQueueTable = $this->_oDb->getQueueTable();
 }
예제 #2
0
 protected function __construct($aObject, $oStorage)
 {
     parent::__construct($aObject, $oStorage);
     $this->_oDb = new BxDolTranscoderImageQuery($aObject, false);
     $this->_sQueueTable = $this->_oDb->getQueueTable();
 }