ILIAS
trunk Revision v11.0_alpha-1744-gb0451eebef4
|
Public Member Functions | |
__construct (?string $client_name, ?string $client_description, ?string $client_institution, string $contact_firstname, string $contact_lastname, ?string $contact_title, ?string $contact_position, ?string $contact_institution, ?string $contact_street, ?string $contact_zipcode, ?string $contact_city, ?string $contact_country, ?string $contact_phone, string $contact_email) | |
getClientName () | |
getClientDescription () | |
getClientInstitution () | |
getContactFirstname () | |
getContactLastname () | |
getContactTitle () | |
getContactPosition () | |
getContactInstitution () | |
getContactStreet () | |
getContactZipcode () | |
getContactCity () | |
getContactCountry () | |
getContactPhone () | |
getContactEMail () | |
Definition at line 21 of file class.ilSystemFolderSetupConfig.php.
ilSystemFolderSetupConfig::__construct | ( | ?string | $client_name, |
?string | $client_description, | ||
?string | $client_institution, | ||
string | $contact_firstname, | ||
string | $contact_lastname, | ||
?string | $contact_title, | ||
?string | $contact_position, | ||
?string | $contact_institution, | ||
?string | $contact_street, | ||
?string | $contact_zipcode, | ||
?string | $contact_city, | ||
?string | $contact_country, | ||
?string | $contact_phone, | ||
string | $contact_email | ||
) |
Definition at line 93 of file class.ilSystemFolderSetupConfig.php.
References null.
ilSystemFolderSetupConfig::getClientDescription | ( | ) |
Definition at line 130 of file class.ilSystemFolderSetupConfig.php.
References $client_description.
Referenced by ilNICKeyRegisteredObjective\getURLStringForNIC().
ilSystemFolderSetupConfig::getClientInstitution | ( | ) |
Definition at line 135 of file class.ilSystemFolderSetupConfig.php.
References $client_institution.
ilSystemFolderSetupConfig::getClientName | ( | ) |
Definition at line 125 of file class.ilSystemFolderSetupConfig.php.
References $client_name.
Referenced by ilNICKeyRegisteredObjective\getURLStringForNIC().
ilSystemFolderSetupConfig::getContactCity | ( | ) |
Definition at line 175 of file class.ilSystemFolderSetupConfig.php.
References $contact_city.
ilSystemFolderSetupConfig::getContactCountry | ( | ) |
Definition at line 180 of file class.ilSystemFolderSetupConfig.php.
References $contact_country.
ilSystemFolderSetupConfig::getContactEMail | ( | ) |
Definition at line 190 of file class.ilSystemFolderSetupConfig.php.
References $contact_email.
Referenced by ilNICKeyRegisteredObjective\getURLStringForNIC().
ilSystemFolderSetupConfig::getContactFirstname | ( | ) |
Definition at line 140 of file class.ilSystemFolderSetupConfig.php.
References $contact_firstname.
Referenced by ilNICKeyRegisteredObjective\getURLStringForNIC().
ilSystemFolderSetupConfig::getContactInstitution | ( | ) |
Definition at line 160 of file class.ilSystemFolderSetupConfig.php.
References $contact_institution.
ilSystemFolderSetupConfig::getContactLastname | ( | ) |
Definition at line 145 of file class.ilSystemFolderSetupConfig.php.
References $contact_lastname.
Referenced by ilNICKeyRegisteredObjective\getURLStringForNIC().
ilSystemFolderSetupConfig::getContactPhone | ( | ) |
Definition at line 185 of file class.ilSystemFolderSetupConfig.php.
References $contact_phone.
ilSystemFolderSetupConfig::getContactPosition | ( | ) |
Definition at line 155 of file class.ilSystemFolderSetupConfig.php.
References $contact_position.
ilSystemFolderSetupConfig::getContactStreet | ( | ) |
Definition at line 165 of file class.ilSystemFolderSetupConfig.php.
References $contact_street.
ilSystemFolderSetupConfig::getContactTitle | ( | ) |
Definition at line 150 of file class.ilSystemFolderSetupConfig.php.
References $contact_title.
ilSystemFolderSetupConfig::getContactZipcode | ( | ) |
Definition at line 170 of file class.ilSystemFolderSetupConfig.php.
References $contact_zipcode.
|
protected |
Definition at line 31 of file class.ilSystemFolderSetupConfig.php.
Referenced by getClientDescription().
|
protected |
Definition at line 36 of file class.ilSystemFolderSetupConfig.php.
Referenced by getClientInstitution().
|
protected |
Definition at line 26 of file class.ilSystemFolderSetupConfig.php.
Referenced by getClientName().
|
protected |
Definition at line 76 of file class.ilSystemFolderSetupConfig.php.
Referenced by getContactCity().
|
protected |
Definition at line 81 of file class.ilSystemFolderSetupConfig.php.
Referenced by getContactCountry().
|
protected |
Definition at line 91 of file class.ilSystemFolderSetupConfig.php.
Referenced by getContactEMail().
|
protected |
Definition at line 41 of file class.ilSystemFolderSetupConfig.php.
Referenced by getContactFirstname().
|
protected |
Definition at line 61 of file class.ilSystemFolderSetupConfig.php.
Referenced by getContactInstitution().
|
protected |
Definition at line 46 of file class.ilSystemFolderSetupConfig.php.
Referenced by getContactLastname().
|
protected |
Definition at line 86 of file class.ilSystemFolderSetupConfig.php.
Referenced by getContactPhone().
|
protected |
Definition at line 56 of file class.ilSystemFolderSetupConfig.php.
Referenced by getContactPosition().
|
protected |
Definition at line 66 of file class.ilSystemFolderSetupConfig.php.
Referenced by getContactStreet().
|
protected |
Definition at line 51 of file class.ilSystemFolderSetupConfig.php.
Referenced by getContactTitle().
|
protected |
Definition at line 71 of file class.ilSystemFolderSetupConfig.php.
Referenced by getContactZipcode().