Exemplo n.º 1
0
 /**
  * Constructor.
  */
 public function __construct($d, $params = array())
 {
     parent::__construct($d, $params);
     $this->tab = array('action' => 'indexAction', 'key' => 'bupOneDriveOptions', 'title' => 'OneDrive');
     $this->storage = array('action' => 'uploadAction', 'label' => 'OneDrive', 'provider' => 'onedrive');
     $this->options = array('onedrive_client_id' => '000000004413CF67', 'onedrive_client_secret' => 'jZ9BU1k812PYIGxTCQqnXHauXrwOuYB9');
 }
Exemplo n.º 2
0
 public function __construct($d, $params = array())
 {
     parent::__construct($d, $params);
     $this->_current = new stdClass();
 }
Exemplo n.º 3
0
 public function __construct($d)
 {
     parent::__construct($d);
     $this->getMainLink();
     $this->_msgForPro = __('Please, be advised, that this option is available only in PRO version. You can ', BUP_LANG_CODE) . '<a class="button button-primary button-small" href="' . $this->getMainLink() . '" target="_blank">' . __('Get PRO', BUP_LANG_CODE) . '</a>';
 }