ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Public Member Functions | |
getHash () | |
getLabel () | |
isNotable () | |
getPreconditions (Setup\Environment $environment) | |
achieve (Setup\Environment $environment) | |
isApplicable (Setup\Environment $environment) | |
![]() | |
__construct (\ilSetupConfig $config) | |
Data Fields | |
const | MAX_REDIRECTS = 5 |
const | SOCKET_TIMEOUT = 5 |
const | ILIAS_NIC_SERVER = "https://nic.ilias.de/index.php" |
Protected Member Functions | |
getRegistrationProblem (array $nic_response_parts) | |
getURLStringForNIC ($settings, \ilSystemFolderSetupConfig $systemfolder_config, \ilHttpSetupConfig $http_config) | |
getCurlConnection (string $url) | |
Additional Inherited Members | |
![]() | |
$config | |
Definition at line 7 of file class.ilNICKeyRegisteredObjective.php.
ilNICKeyRegisteredObjective::achieve | ( | Setup\Environment | $environment | ) |
Definition at line 38 of file class.ilNICKeyRegisteredObjective.php.
References $factory, $GLOBALS, XapiProxy\$req, $response, $url, ilCurlConnection\_isCurlExtensionLoaded(), getCurlConnection(), getRegistrationProblem(), and getURLStringForNIC().
|
protected |
Definition at line 154 of file class.ilNICKeyRegisteredObjective.php.
References XapiProxy\$req.
Referenced by achieve().
ilNICKeyRegisteredObjective::getHash | ( | ) |
Definition at line 13 of file class.ilNICKeyRegisteredObjective.php.
ilNICKeyRegisteredObjective::getLabel | ( | ) |
Definition at line 18 of file class.ilNICKeyRegisteredObjective.php.
ilNICKeyRegisteredObjective::getPreconditions | ( | Setup\Environment | $environment | ) |
Definition at line 28 of file class.ilNICKeyRegisteredObjective.php.
|
protected |
Definition at line 95 of file class.ilNICKeyRegisteredObjective.php.
References $message.
Referenced by achieve().
|
protected |
Definition at line 133 of file class.ilNICKeyRegisteredObjective.php.
References $url, ilSystemFolderSetupConfig\getClientDescription(), ilSystemFolderSetupConfig\getClientName(), ilSystemFolderSetupConfig\getContactEMail(), ilSystemFolderSetupConfig\getContactFirstname(), ilSystemFolderSetupConfig\getContactLastname(), and ilHttpSetupConfig\getHttpPath().
Referenced by achieve().
ilNICKeyRegisteredObjective::isApplicable | ( | Setup\Environment | $environment | ) |
Definition at line 90 of file class.ilNICKeyRegisteredObjective.php.
ilNICKeyRegisteredObjective::isNotable | ( | ) |
Definition at line 23 of file class.ilNICKeyRegisteredObjective.php.
const ilNICKeyRegisteredObjective::ILIAS_NIC_SERVER = "https://nic.ilias.de/index.php" |
Definition at line 11 of file class.ilNICKeyRegisteredObjective.php.
const ilNICKeyRegisteredObjective::MAX_REDIRECTS = 5 |
Definition at line 9 of file class.ilNICKeyRegisteredObjective.php.
const ilNICKeyRegisteredObjective::SOCKET_TIMEOUT = 5 |
Definition at line 10 of file class.ilNICKeyRegisteredObjective.php.