pseudoPlayer
in package
Table of Contents
Properties
Methods
- getHeight() : mixed
- getPlayerConfig() : mixed
- getPoster() : array<string|int, mixed>
- Gets an array with the poster data
- getPosterHeight() : int
- Gets the poster height
- getPosterWidth() : int
- Gets the poster width
- getWidth() : mixed
Properties
$name
public
mixed
$name
= ''
$height
private
mixed
$height
= 720
$width
private
mixed
$width
= 1280
Methods
getHeight()
public
getHeight(mixed $dummy) : mixed
Parameters
- $dummy : mixed
getPlayerConfig()
public
getPlayerConfig(mixed $obj[, mixed $movietitle = NULL ][, mixed $count = NULL ]) : mixed
Parameters
- $obj : mixed
- $movietitle : mixed = NULL
- $count : mixed = NULL
getPoster()
Gets an array with the poster data
public
getPoster(object $obj[, int $width = null ][, int $height = null ]) : array<string|int, mixed>
Parameters
- $obj : object
- $width : int = null
-
Default null
- $height : int = null
-
Default null
Tags
Return values
array<string|int, mixed>getPosterHeight()
Gets the poster height
public
getPosterHeight(object $obj) : int
Parameters
- $obj : object
Tags
Return values
intgetPosterWidth()
Gets the poster width
public
getPosterWidth(object $obj) : int
Parameters
- $obj : object
Return values
intgetWidth()
public
getWidth(mixed $dummy) : mixed
Parameters
- $dummy : mixed