ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
|
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.
Referenced by toFormInput().
ilStudyProgrammeTypeInfo::getLanguageCode | ( | ) |
Definition at line 65 of file class.ilStudyProgrammeTypeInfo.php.
References $lng_code.
Referenced by toFormInput().
ilStudyProgrammeTypeInfo::getTitle | ( | ) |
Definition at line 41 of file class.ilStudyProgrammeTypeInfo.php.
References $title.
Referenced by toFormInput().
ilStudyProgrammeTypeInfo::toFormInput | ( | Field\Factory | $input, |
ilLanguage | $lng, | ||
Refinery | $refinery | ||
) |
Definition at line 77 of file class.ilStudyProgrammeTypeInfo.php.
References getDescription(), getLanguageCode(), getTitle(), ilLanguage\txt(), ILIAS\UI\Implementation\Component\Input\ViewControl\withAdditionalTransformation(), and ILIAS\UI\Implementation\Component\Input\withValue().
ilStudyProgrammeTypeInfo::withDescription | ( | string | $description | ) |
Definition at line 58 of file class.ilStudyProgrammeTypeInfo.php.
References $description.
ilStudyProgrammeTypeInfo::withLanguageCode | ( | string | $lng_code | ) |
ilStudyProgrammeTypeInfo::withTitle | ( | string | $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(), and withLanguageCode().
|
protected |
Definition at line 27 of file class.ilStudyProgrammeTypeInfo.php.
Referenced by __construct(), getTitle(), and withTitle().