|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ILIAS\MediaCast\Video\VideoItem:Public Member Functions | |
| __construct (string $id, string $title, int $time, string $mime, string $resource, string $preview_pic, string $description="", string $playing_time="", int $duration=0) | |
| getId () | |
| getTitle () | |
| getDescription () | |
| getTime () | |
| getMime () | |
| getResource () | |
| getPreviewPic () | |
| getPlayingTime () | |
| getDuration () | |
Protected Attributes | |
| string | $id = "" |
| string | $title = "" |
| int | $time = 0 |
| string | $mime = "" |
| string | $resource = "" |
| string | $preview_pic = "" |
| string | $description = "" |
| string | $playing_time = "" |
| int | $duration = 0 |
Definition at line 24 of file class.VideoItem.php.
| ILIAS\MediaCast\Video\VideoItem::__construct | ( | string | $id, |
| string | $title, | ||
| int | $time, | ||
| string | $mime, | ||
| string | $resource, | ||
| string | $preview_pic, | ||
| string | $description = "", |
||
| string | $playing_time = "", |
||
| int | $duration = 0 |
||
| ) |
Definition at line 36 of file class.VideoItem.php.
References ILIAS\MediaCast\Video\VideoItem\$description, ILIAS\MediaCast\Video\VideoItem\$duration, ILIAS\MediaCast\Video\VideoItem\$id, ILIAS\MediaCast\Video\VideoItem\$mime, ILIAS\MediaCast\Video\VideoItem\$playing_time, ILIAS\MediaCast\Video\VideoItem\$preview_pic, ILIAS\MediaCast\Video\VideoItem\$resource, ILIAS\MediaCast\Video\VideoItem\$time, ILIAS\MediaCast\Video\VideoItem\$title, and ilUtil\getImagePath().
Here is the call graph for this function:| ILIAS\MediaCast\Video\VideoItem::getDescription | ( | ) |
Definition at line 71 of file class.VideoItem.php.
References ILIAS\MediaCast\Video\VideoItem\$description.
| ILIAS\MediaCast\Video\VideoItem::getDuration | ( | ) |
Definition at line 101 of file class.VideoItem.php.
References ILIAS\MediaCast\Video\VideoItem\$duration.
| ILIAS\MediaCast\Video\VideoItem::getId | ( | ) |
Definition at line 61 of file class.VideoItem.php.
References ILIAS\MediaCast\Video\VideoItem\$id.
| ILIAS\MediaCast\Video\VideoItem::getMime | ( | ) |
Definition at line 81 of file class.VideoItem.php.
References ILIAS\MediaCast\Video\VideoItem\$mime.
| ILIAS\MediaCast\Video\VideoItem::getPlayingTime | ( | ) |
Definition at line 96 of file class.VideoItem.php.
References ILIAS\MediaCast\Video\VideoItem\$playing_time.
| ILIAS\MediaCast\Video\VideoItem::getPreviewPic | ( | ) |
Definition at line 91 of file class.VideoItem.php.
References ILIAS\MediaCast\Video\VideoItem\$preview_pic.
| ILIAS\MediaCast\Video\VideoItem::getResource | ( | ) |
Definition at line 86 of file class.VideoItem.php.
References ILIAS\MediaCast\Video\VideoItem\$resource.
| ILIAS\MediaCast\Video\VideoItem::getTime | ( | ) |
Definition at line 76 of file class.VideoItem.php.
References ILIAS\MediaCast\Video\VideoItem\$time.
| ILIAS\MediaCast\Video\VideoItem::getTitle | ( | ) |
Definition at line 66 of file class.VideoItem.php.
References ILIAS\MediaCast\Video\VideoItem\$title.
|
protected |
Definition at line 32 of file class.VideoItem.php.
Referenced by ILIAS\MediaCast\Video\VideoItem\__construct(), and ILIAS\MediaCast\Video\VideoItem\getDescription().
|
protected |
Definition at line 34 of file class.VideoItem.php.
Referenced by ILIAS\MediaCast\Video\VideoItem\__construct(), and ILIAS\MediaCast\Video\VideoItem\getDuration().
|
protected |
Definition at line 26 of file class.VideoItem.php.
Referenced by ILIAS\MediaCast\Video\VideoItem\__construct(), and ILIAS\MediaCast\Video\VideoItem\getId().
|
protected |
Definition at line 29 of file class.VideoItem.php.
Referenced by ILIAS\MediaCast\Video\VideoItem\__construct(), and ILIAS\MediaCast\Video\VideoItem\getMime().
|
protected |
Definition at line 33 of file class.VideoItem.php.
Referenced by ILIAS\MediaCast\Video\VideoItem\__construct(), and ILIAS\MediaCast\Video\VideoItem\getPlayingTime().
|
protected |
Definition at line 31 of file class.VideoItem.php.
Referenced by ILIAS\MediaCast\Video\VideoItem\__construct(), and ILIAS\MediaCast\Video\VideoItem\getPreviewPic().
|
protected |
Definition at line 30 of file class.VideoItem.php.
Referenced by ILIAS\MediaCast\Video\VideoItem\__construct(), and ILIAS\MediaCast\Video\VideoItem\getResource().
|
protected |
Definition at line 28 of file class.VideoItem.php.
Referenced by ILIAS\MediaCast\Video\VideoItem\__construct(), and ILIAS\MediaCast\Video\VideoItem\getTime().
|
protected |
Definition at line 27 of file class.VideoItem.php.
Referenced by ILIAS\MediaCast\Video\VideoItem\__construct(), and ILIAS\MediaCast\Video\VideoItem\getTitle().