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

Inheritance: extends eZ\Publish\Core\FieldType\BinaryBase\Value
Datei anzeigen 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_oe property

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

$hasController public_oe property

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

$height public_oe property

Height of the media.
public int $height
return integer

$loop public_oe property

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

$width public_oe property

Width of the media.
public int $width
return integer