|
ILIAS
release_8 Revision v8.24
|
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 | |
| string | $title |
| string | $description |
| string | $lng_code |
Definition at line 25 of file class.ilStudyProgrammeTypeInfo.php.
| ilStudyProgrammeTypeInfo::__construct | ( | string | $title = null, |
| string | $description = null, |
||
| string | $lng_code = null |
||
| ) |
Definition at line 31 of file class.ilStudyProgrammeTypeInfo.php.
References $description, $lng_code, and $title.
| ilStudyProgrammeTypeInfo::getDescription | ( | ) |
Definition at line 53 of file class.ilStudyProgrammeTypeInfo.php.
References $description.
| ilStudyProgrammeTypeInfo::getLanguageCode | ( | ) |
Definition at line 65 of file class.ilStudyProgrammeTypeInfo.php.
References $lng_code.
| ilStudyProgrammeTypeInfo::getTitle | ( | ) |
Definition at line 41 of file class.ilStudyProgrammeTypeInfo.php.
References $title.
| ilStudyProgrammeTypeInfo::toFormInput | ( | Field\Factory | $input, |
| ilLanguage | $lng, | ||
| Refinery | $refinery | ||
| ) |
Definition at line 77 of file class.ilStudyProgrammeTypeInfo.php.
References $lng_code.
| ilStudyProgrammeTypeInfo::withDescription | ( | string | $description | ) |
Definition at line 58 of file class.ilStudyProgrammeTypeInfo.php.
References $description.
| ilStudyProgrammeTypeInfo::withLanguageCode | ( | string | $lng_code | ) |
Definition at line 70 of file class.ilStudyProgrammeTypeInfo.php.
References $lng_code.
| ilStudyProgrammeTypeInfo::withTitle | ( | string | $title | ) |
Definition at line 46 of file class.ilStudyProgrammeTypeInfo.php.
References $title.
|
protected |
Definition at line 28 of file class.ilStudyProgrammeTypeInfo.php.
Referenced by __construct(), getDescription(), and withDescription().
|
protected |
Definition at line 29 of file class.ilStudyProgrammeTypeInfo.php.
Referenced by __construct(), getLanguageCode(), toFormInput(), and withLanguageCode().
|
protected |
Definition at line 27 of file class.ilStudyProgrammeTypeInfo.php.
Referenced by __construct(), getTitle(), and withTitle().