Function __global->show_video_details
Definitions
sources/galleries.php
- Get preview detailing for a video.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $myrow | array | No | No | required parameter | N/A | N/A | The database row of the video |
Returns
- The preview
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get preview detailing for a video.
*
* @param array $myrow The database row of the video
* @return Tempcode The preview
*/
function show_video_details(array $myrow) : object
* Get preview detailing for a video.
*
* @param array $myrow The database row of the video
* @return Tempcode The preview
*/
function show_video_details(array $myrow) : object

