Пример #1
0
 public function __construct() {
     parent::__construct();
     $drivename = $this->getName();
     $this->registerParam(new GenericRequiredParam($drivename, $this->getAppParamName(), OAuthDriveApp::CLIENTID));
     $this->registerParam(new GenericRequiredParam($drivename, $this->getKeyParamName(), OAuthDriveApp::SECRET));
     $this->registerParam(new GenericRequiredParam($drivename, $this->getURLParamName(), OAuthDriveApp::REDIRECT, $this->getURLDefaultValue()));
 }
Пример #2
0
 public function __construct() {
     parent::__construct();
     $this->registerParam(new GenericRequiredParam($this->getName(), "OpenDelos URL", OpenDelosApp::URL));
 }
Пример #3
0
 public function __construct() {
     parent::__construct();
 }
Пример #4
0
 public function __construct() {
     parent::__construct();
     $this->registerParam(new GenericParam($this->getName(), "URL", CredentialDriveApp::URL));
 }