|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Inheritance diagram for ilObjectPropertyIsOnline:
Collaboration diagram for ilObjectPropertyIsOnline:Public Member Functions | |
| __construct (private bool $is_online=self::DEFAULT_IS_ONLINE) | |
| getIsOnline () | |
| withOnline () | |
| withOffline () | |
| toForm (\ilLanguage $language, FieldFactory $field_factory, Refinery $refinery) | |
Public Member Functions inherited from ilObjectProperty | |
| toForm (ilLanguage $language, FieldFactory $field_factory, Refinery $refinery) | |
Private Attributes | |
| const | DEFAULT_IS_ONLINE = false |
| const | INPUT_LABEL = 'online' |
| const | INPUT_BYLINE = 'online_input_byline' |
Definition at line 28 of file ilObjectPropertyIsOnline.php.
| ilObjectPropertyIsOnline::__construct | ( | private bool | $is_online = self::DEFAULT_IS_ONLINE | ) |
Definition at line 34 of file ilObjectPropertyIsOnline.php.
| ilObjectPropertyIsOnline::getIsOnline | ( | ) |
Definition at line 39 of file ilObjectPropertyIsOnline.php.
Referenced by toForm().
Here is the caller graph for this function:| ilObjectPropertyIsOnline::toForm | ( | \ilLanguage | $language, |
| FieldFactory | $field_factory, | ||
| Refinery | $refinery | ||
| ) |
Definition at line 58 of file ilObjectPropertyIsOnline.php.
References getIsOnline(), ilLanguage\txt(), and ILIAS\UI\Implementation\Component\Input\ViewControl\withAdditionalTransformation().
Here is the call graph for this function:| ilObjectPropertyIsOnline::withOffline | ( | ) |
Definition at line 51 of file ilObjectPropertyIsOnline.php.
| ilObjectPropertyIsOnline::withOnline | ( | ) |
Definition at line 44 of file ilObjectPropertyIsOnline.php.
|
private |
Definition at line 30 of file ilObjectPropertyIsOnline.php.
|
private |
Definition at line 32 of file ilObjectPropertyIsOnline.php.
|
private |
Definition at line 31 of file ilObjectPropertyIsOnline.php.