|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Collaboration diagram for ilStudyProgrammeTypeInfo:Public Member Functions | |
| __construct (string $title=null, string $description=null, string $lng_code=null) | |
| getTitle () | |
| withTitle (?string $title) | |
| getDescription () | |
| withDescription (?string $description) | |
| getLanguageCode () | |
| withLanguageCode (?string $lng_code) | |
| toFormInput (Field\Factory $input, \ilLanguage $lng, Refinery $refinery) | |
Protected Attributes | |
| $title | |
| $description | |
| $lng_code | |
Definition at line 9 of file class.ilStudyProgrammeTypeInfo.php.
| ilStudyProgrammeTypeInfo::__construct | ( | string | $title = null, |
| string | $description = null, |
||
| string | $lng_code = null |
||
| ) |
Definition at line 26 of file class.ilStudyProgrammeTypeInfo.php.
References $description, $lng_code, and $title.
| ilStudyProgrammeTypeInfo::getDescription | ( | ) |
Definition at line 48 of file class.ilStudyProgrammeTypeInfo.php.
References $description.
| ilStudyProgrammeTypeInfo::getLanguageCode | ( | ) |
Definition at line 60 of file class.ilStudyProgrammeTypeInfo.php.
References $lng_code.
| ilStudyProgrammeTypeInfo::getTitle | ( | ) |
Definition at line 36 of file class.ilStudyProgrammeTypeInfo.php.
References $title.
| ilStudyProgrammeTypeInfo::toFormInput | ( | Field\Factory | $input, |
| \ilLanguage | $lng, | ||
| Refinery | $refinery | ||
| ) |
Definition at line 72 of file class.ilStudyProgrammeTypeInfo.php.
References $lng_code.
| ilStudyProgrammeTypeInfo::withDescription | ( | ?string | $description | ) |
Definition at line 53 of file class.ilStudyProgrammeTypeInfo.php.
References $description.
| ilStudyProgrammeTypeInfo::withLanguageCode | ( | ?string | $lng_code | ) |
Definition at line 65 of file class.ilStudyProgrammeTypeInfo.php.
References $lng_code.
| ilStudyProgrammeTypeInfo::withTitle | ( | ?string | $title | ) |
Definition at line 41 of file class.ilStudyProgrammeTypeInfo.php.
References $title.
|
protected |
Definition at line 19 of file class.ilStudyProgrammeTypeInfo.php.
Referenced by __construct(), getDescription(), and withDescription().
|
protected |
Definition at line 24 of file class.ilStudyProgrammeTypeInfo.php.
Referenced by __construct(), getLanguageCode(), toFormInput(), and withLanguageCode().
|
protected |
Definition at line 14 of file class.ilStudyProgrammeTypeInfo.php.
Referenced by __construct(), getTitle(), and withTitle().