ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (ilPCMediaObject $pcmedia) | |
getTitle () | |
Get title (always from mob) More... | |
isTitleReadOnly () | |
Is title read only? (If more than one usage exists) More... | |
setTitle (string $title) | |
Set title. More... | |
getClass () | |
Get style class. More... | |
setClass (string $class) | |
Set style class. More... | |
getHorizontalAlign () | |
Get horizontal alignment. More... | |
setHorizontalAlign (string $align) | |
Set horizontal alignment. More... | |
getUseFullscreen () | |
Using fullscreen? Yes, if mob has fullscreen item and fullscreen alias exists. More... | |
setUseFullscreen (bool $use_fullscreen) | |
getCaption () | |
Get caption from pc, if set, from mob otherwise. More... | |
setCaption (string $caption) | |
Set caption (pc if more usages, otherwise mob) More... | |
getTextRepresentation () | |
Get text representation from pc, if set, from mob otherwise. More... | |
setTextRepresentation (string $alt_text) | |
Set text representation (pc if more usages, otherwise mob) More... | |
Protected Attributes | |
ilPCMediaObject | $pcmedia |
ilObjMediaObject | $mob |
int | $usage_cnt |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Manages business logic in media slate editing
Definition at line 24 of file class.ilPCMediaObjectQuickEdit.php.
ilPCMediaObjectQuickEdit::__construct | ( | ilPCMediaObject | $pcmedia | ) |
Definition at line 30 of file class.ilPCMediaObjectQuickEdit.php.
References $pcmedia, and ilPCMediaObject\getMediaObject().
ilPCMediaObjectQuickEdit::getCaption | ( | ) |
Get caption from pc, if set, from mob otherwise.
Definition at line 162 of file class.ilPCMediaObjectQuickEdit.php.
ilPCMediaObjectQuickEdit::getClass | ( | ) |
Get style class.
Definition at line 73 of file class.ilPCMediaObjectQuickEdit.php.
ilPCMediaObjectQuickEdit::getHorizontalAlign | ( | ) |
Get horizontal alignment.
Definition at line 96 of file class.ilPCMediaObjectQuickEdit.php.
ilPCMediaObjectQuickEdit::getTextRepresentation | ( | ) |
Get text representation from pc, if set, from mob otherwise.
Definition at line 193 of file class.ilPCMediaObjectQuickEdit.php.
ilPCMediaObjectQuickEdit::getTitle | ( | ) |
Get title (always from mob)
Definition at line 45 of file class.ilPCMediaObjectQuickEdit.php.
ilPCMediaObjectQuickEdit::getUseFullscreen | ( | ) |
Using fullscreen? Yes, if mob has fullscreen item and fullscreen alias exists.
Definition at line 114 of file class.ilPCMediaObjectQuickEdit.php.
ilPCMediaObjectQuickEdit::isTitleReadOnly | ( | ) |
Is title read only? (If more than one usage exists)
Definition at line 53 of file class.ilPCMediaObjectQuickEdit.php.
Referenced by setTitle().
ilPCMediaObjectQuickEdit::setCaption | ( | string | $caption | ) |
Set caption (pc if more usages, otherwise mob)
Definition at line 176 of file class.ilPCMediaObjectQuickEdit.php.
ilPCMediaObjectQuickEdit::setClass | ( | string | $class | ) |
Set style class.
Definition at line 85 of file class.ilPCMediaObjectQuickEdit.php.
ilPCMediaObjectQuickEdit::setHorizontalAlign | ( | string | $align | ) |
Set horizontal alignment.
Definition at line 104 of file class.ilPCMediaObjectQuickEdit.php.
ilPCMediaObjectQuickEdit::setTextRepresentation | ( | string | $alt_text | ) |
Set text representation (pc if more usages, otherwise mob)
Definition at line 207 of file class.ilPCMediaObjectQuickEdit.php.
ilPCMediaObjectQuickEdit::setTitle | ( | string | $title | ) |
Set title.
Definition at line 61 of file class.ilPCMediaObjectQuickEdit.php.
References isTitleReadOnly().
ilPCMediaObjectQuickEdit::setUseFullscreen | ( | bool | $use_fullscreen | ) |
Definition at line 119 of file class.ilPCMediaObjectQuickEdit.php.
|
protected |
Definition at line 27 of file class.ilPCMediaObjectQuickEdit.php.
|
protected |
Definition at line 26 of file class.ilPCMediaObjectQuickEdit.php.
Referenced by __construct().
|
protected |
Definition at line 28 of file class.ilPCMediaObjectQuickEdit.php.