ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
Public Member Functions | |
getHash () | |
getLabel () | |
isNotable () | |
getPreconditions (Setup\Environment $environment) | |
achieve (Setup\Environment $environment) | |
isApplicable (Setup\Environment $environment) | |
![]() | |
__construct (Setup\Config $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 | |
![]() | |
Setup Config | $config |
Definition at line 23 of file class.ilNICKeyRegisteredObjective.php.
ilNICKeyRegisteredObjective::achieve | ( | Setup\Environment | $environment | ) |
Definition at line 55 of file class.ilNICKeyRegisteredObjective.php.
References $GLOBALS, XapiProxy\$req, $response, $url, ilCurlConnection\_isCurlExtensionLoaded(), getCurlConnection(), getRegistrationProblem(), ILIAS\Setup\Environment\getResource(), getURLStringForNIC(), and null.
|
protected |
Definition at line 179 of file class.ilNICKeyRegisteredObjective.php.
References XapiProxy\$req.
Referenced by achieve().
ilNICKeyRegisteredObjective::getHash | ( | ) |
Definition at line 29 of file class.ilNICKeyRegisteredObjective.php.
ilNICKeyRegisteredObjective::getLabel | ( | ) |
Definition at line 34 of file class.ilNICKeyRegisteredObjective.php.
ilNICKeyRegisteredObjective::getPreconditions | ( | Setup\Environment | $environment | ) |
Definition at line 44 of file class.ilNICKeyRegisteredObjective.php.
|
protected |
Definition at line 120 of file class.ilNICKeyRegisteredObjective.php.
References $message.
Referenced by achieve().
|
protected |
Definition at line 158 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 113 of file class.ilNICKeyRegisteredObjective.php.
ilNICKeyRegisteredObjective::isNotable | ( | ) |
Definition at line 39 of file class.ilNICKeyRegisteredObjective.php.
const ilNICKeyRegisteredObjective::ILIAS_NIC_SERVER = "https://nic.ilias.de/index.php" |
Definition at line 27 of file class.ilNICKeyRegisteredObjective.php.
const ilNICKeyRegisteredObjective::MAX_REDIRECTS = 5 |
Definition at line 25 of file class.ilNICKeyRegisteredObjective.php.
const ilNICKeyRegisteredObjective::SOCKET_TIMEOUT = 5 |
Definition at line 26 of file class.ilNICKeyRegisteredObjective.php.