|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Inheritance diagram for ilNICKeyRegisteredObjective:
Collaboration diagram for ilNICKeyRegisteredObjective:Public Member Functions | |
| getHash () | |
| getLabel () | |
| isNotable () | |
| getPreconditions (Setup\Environment $environment) | |
| achieve (Setup\Environment $environment) | |
Public Member Functions inherited from ilSetupObjective | |
| __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 | |
| getURLStringForNIC ($settings, \ilSystemFolderSetupConfig $systemfolder_config, \ilHttpSetupConfig $http_config) | |
| getCurlConnection (string $url) | |
Additional Inherited Members | |
Protected Attributes inherited from ilSetupObjective | |
| $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(), and getURLStringForNIC().
Here is the call graph for this function:
|
protected |
Definition at line 97 of file class.ilNICKeyRegisteredObjective.php.
References XapiProxy\$req, and $url.
Referenced by achieve().
Here is the caller graph for this function:| 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 76 of file class.ilNICKeyRegisteredObjective.php.
References $url, ilSystemFolderSetupConfig\getClientDescription(), ilSystemFolderSetupConfig\getClientName(), ilSystemFolderSetupConfig\getContactEMail(), ilSystemFolderSetupConfig\getContactFirstname(), ilSystemFolderSetupConfig\getContactLastname(), and ilHttpSetupConfig\getHttpPath().
Referenced by achieve().
Here is the call graph for this function:
Here is the caller graph for this function:| 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.