PHP Class MetaSlideshowItem

Afficher le fichier Open project: sourcefabric/newscoop

Méthodes publiques

Свойство Type Description
$caption string
$image object
$is_image boolean
$is_video boolean
$video object

Méthodes publiques

Méthode Description
__construct ( Item $item )
preview ( $width, $height ) : object Get preview

Method Details

__construct() public méthode

public __construct ( Item $item )
$item Newscoop\Package\Item

preview() public méthode

Get preview
public preview ( $width, $height ) : object
Résultat object

Property Details

$caption public_oe property

public string $caption
Résultat string

$image public_oe property

public object $image
Résultat object

$is_image public_oe property

public bool $is_image
Résultat boolean

$is_video public_oe property

public bool $is_video
Résultat boolean

$video public_oe property

public object $video
Résultat object