PHP Class eZ\Publish\Core\FieldType\Media\Value

Inheritance: extends eZ\Publish\Core\FieldType\BinaryBase\Value
Show file Open project: ezsystems/ezpublish-kernel

Public Properties

Property Type Description
$autoplay boolean If the media should be automatically played.
$hasController boolean If the media has a controller when being displayed.
$height integer Height of the media.
$loop boolean If the media should be played in a loop.
$width integer Width of the media.

Property Details

$autoplay public property

If the media should be automatically played.
public bool $autoplay
return boolean

$hasController public property

If the media has a controller when being displayed.
public bool $hasController
return boolean

$height public property

Height of the media.
public int $height
return integer

$loop public property

If the media should be played in a loop.
public bool $loop
return boolean

$width public property

Width of the media.
public int $width
return integer