CMS  Version 3.9
thumbnail.inc File Reference

Go to the source code of this file.

Variables

 $video_id = checkNumeric($_GET["video_id"])
 
 $size = checkNumeric($_GET["size"])
 
 $width = checkNumeric($_GET["width"])
 
 $height = checkNumeric($_GET["height"])
 
 $mgr = new VideoManager()
 

Variable Documentation

◆ $height

$height = checkNumeric($_GET["height"])

Definition at line 39 of file thumbnail.inc.

◆ $mgr

$mgr = new VideoManager()

Definition at line 41 of file thumbnail.inc.

◆ $size

$size = checkNumeric($_GET["size"])

Definition at line 37 of file thumbnail.inc.

◆ $video_id

$video_id = checkNumeric($_GET["video_id"])

Definition at line 36 of file thumbnail.inc.

◆ $width

$width = checkNumeric($_GET["width"])

Definition at line 38 of file thumbnail.inc.