ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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.
Referenced by toFormInput().
ilStudyProgrammeTypeInfo::getLanguageCode | ( | ) |
Definition at line 60 of file class.ilStudyProgrammeTypeInfo.php.
References $lng_code.
Referenced by toFormInput().
ilStudyProgrammeTypeInfo::getTitle | ( | ) |
Definition at line 36 of file class.ilStudyProgrammeTypeInfo.php.
References $title.
Referenced by toFormInput().
ilStudyProgrammeTypeInfo::toFormInput | ( | Field\Factory | $input, |
\ilLanguage | $lng, | ||
Refinery | $refinery | ||
) |
Definition at line 72 of file class.ilStudyProgrammeTypeInfo.php.
References $description, $lng_code, $title, getDescription(), getLanguageCode(), getTitle(), and ilLanguage\txt().
ilStudyProgrammeTypeInfo::withDescription | ( | ?string | $description | ) |
ilStudyProgrammeTypeInfo::withLanguageCode | ( | ?string | $lng_code | ) |
ilStudyProgrammeTypeInfo::withTitle | ( | ?string | $title | ) |
|
protected |
Definition at line 19 of file class.ilStudyProgrammeTypeInfo.php.
Referenced by __construct(), getDescription(), toFormInput(), 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(), toFormInput(), and withTitle().