ZenphotoCMS 1.6.1

pseudoPlayer

Table of Contents

$name  : mixed
$height  : mixed
$width  : mixed
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

Methods

getHeight()

public getHeight(mixed $dummy) : mixed
Parameters
$dummy : mixed
Return values
mixed

getPlayerConfig()

public getPlayerConfig(mixed $obj[, mixed $movietitle = NULL ][, mixed $count = NULL ]) : mixed
Parameters
$obj : mixed
$movietitle : mixed = NULL
$count : mixed = NULL
Return values
mixed

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
since
1.6.1
Return values
array<string|int, mixed>

getPosterHeight()

Gets the poster height

public getPosterHeight(object $obj) : int
Parameters
$obj : object
Tags
sicne

1.6.1

Return values
int

getPosterWidth()

Gets the poster width

public getPosterWidth(object $obj) : int
Parameters
$obj : object
Return values
int

getWidth()

public getWidth(mixed $dummy) : mixed
Parameters
$dummy : mixed
Return values
mixed

Search results