|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilPCMediaObjectQuickEdit: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().
Here is the call graph for this function:| ilPCMediaObjectQuickEdit::getCaption | ( | ) |
Get caption from pc, if set, from mob otherwise.
Definition at line 159 of file class.ilPCMediaObjectQuickEdit.php.
| ilPCMediaObjectQuickEdit::getClass | ( | ) |
Get style class.
Definition at line 71 of file class.ilPCMediaObjectQuickEdit.php.
| ilPCMediaObjectQuickEdit::getHorizontalAlign | ( | ) |
Get horizontal alignment.
Definition at line 94 of file class.ilPCMediaObjectQuickEdit.php.
| ilPCMediaObjectQuickEdit::getTextRepresentation | ( | ) |
Get text representation from pc, if set, from mob otherwise.
Definition at line 194 of file class.ilPCMediaObjectQuickEdit.php.
| ilPCMediaObjectQuickEdit::getTitle | ( | ) |
Get title (always from mob)
Definition at line 43 of file class.ilPCMediaObjectQuickEdit.php.
| ilPCMediaObjectQuickEdit::getUseFullscreen | ( | ) |
Using fullscreen? Yes, if mob has fullscreen item and fullscreen alias exists.
Definition at line 112 of file class.ilPCMediaObjectQuickEdit.php.
| ilPCMediaObjectQuickEdit::isTitleReadOnly | ( | ) |
Is title read only? (If more than one usage exists)
Definition at line 51 of file class.ilPCMediaObjectQuickEdit.php.
Referenced by setTitle().
Here is the caller graph for this function:| ilPCMediaObjectQuickEdit::setCaption | ( | string | $caption | ) |
Set caption (pc if more usages, otherwise mob)
Definition at line 173 of file class.ilPCMediaObjectQuickEdit.php.
| ilPCMediaObjectQuickEdit::setClass | ( | string | $class | ) |
Set style class.
Definition at line 83 of file class.ilPCMediaObjectQuickEdit.php.
| ilPCMediaObjectQuickEdit::setHorizontalAlign | ( | string | $align | ) |
Set horizontal alignment.
Definition at line 102 of file class.ilPCMediaObjectQuickEdit.php.
| ilPCMediaObjectQuickEdit::setTextRepresentation | ( | string | $alt_text | ) |
Set text representation (pc if more usages, otherwise mob)
Definition at line 208 of file class.ilPCMediaObjectQuickEdit.php.
| ilPCMediaObjectQuickEdit::setTitle | ( | string | $title | ) |
Set title.
Definition at line 59 of file class.ilPCMediaObjectQuickEdit.php.
References isTitleReadOnly().
Here is the call graph for this function:| ilPCMediaObjectQuickEdit::setUseFullscreen | ( | bool | $use_fullscreen | ) |
Definition at line 117 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.