|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Manages business logic in media slate editing. More...
Collaboration diagram for ilPCMediaObjectQuickEdit:Public Member Functions | |
| __construct (ilPCMediaObject $pcmedia) | |
| Constructor. More... | |
| 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 | |
| $pcmedia | |
| $mob | |
| $usage_cnt | |
Manages business logic in media slate editing.
Definition at line 10 of file class.ilPCMediaObjectQuickEdit.php.
| ilPCMediaObjectQuickEdit::__construct | ( | ilPCMediaObject | $pcmedia | ) |
Constructor.
Definition at line 30 of file class.ilPCMediaObjectQuickEdit.php.
References $pcmedia.
| 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 70 of file class.ilPCMediaObjectQuickEdit.php.
| ilPCMediaObjectQuickEdit::getHorizontalAlign | ( | ) |
Get horizontal alignment.
Definition at line 93 of file class.ilPCMediaObjectQuickEdit.php.
| ilPCMediaObjectQuickEdit::getTextRepresentation | ( | ) |
Get text representation from pc, if set, from mob otherwise.
Definition at line 190 of file class.ilPCMediaObjectQuickEdit.php.
| ilPCMediaObjectQuickEdit::getTitle | ( | ) |
Get title (always from mob)
Definition at line 42 of file class.ilPCMediaObjectQuickEdit.php.
| ilPCMediaObjectQuickEdit::getUseFullscreen | ( | ) |
Using fullscreen? Yes, if mob has fullscreen item and fullscreen alias exists.
Definition at line 111 of file class.ilPCMediaObjectQuickEdit.php.
| ilPCMediaObjectQuickEdit::isTitleReadOnly | ( | ) |
Is title read only? (If more than one usage exists)
Definition at line 50 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 82 of file class.ilPCMediaObjectQuickEdit.php.
| ilPCMediaObjectQuickEdit::setHorizontalAlign | ( | string | $align | ) |
Set horizontal alignment.
Definition at line 101 of file class.ilPCMediaObjectQuickEdit.php.
| ilPCMediaObjectQuickEdit::setTextRepresentation | ( | string | $alt_text | ) |
Set text representation (pc if more usages, otherwise mob)
Definition at line 204 of file class.ilPCMediaObjectQuickEdit.php.
| ilPCMediaObjectQuickEdit::setTitle | ( | string | $title | ) |
Set title.
Definition at line 58 of file class.ilPCMediaObjectQuickEdit.php.
References isTitleReadOnly().
Here is the call graph for this function:| ilPCMediaObjectQuickEdit::setUseFullscreen | ( | bool | $use_fullscreen | ) |
Definition at line 116 of file class.ilPCMediaObjectQuickEdit.php.
|
protected |
Definition at line 20 of file class.ilPCMediaObjectQuickEdit.php.
|
protected |
Definition at line 15 of file class.ilPCMediaObjectQuickEdit.php.
Referenced by __construct().
|
protected |
Definition at line 25 of file class.ilPCMediaObjectQuickEdit.php.