PHP Class Xpressengine\Media\Models\Video

Author: XE Developers ([email protected])
Inheritance: extends Media
Afficher le fichier Open project: xpressengine/xpressengine Class Usage Examples

Protected Properties

Свойство Type Description
$casts array The attributes that should be casted to native types.
$mimes array Available mime type

Méthodes publiques

Méthode Description
getMetaModel ( ) : string Returns meta data model for current model
getType ( ) : string Returns media type
render ( array $option = [] ) : string Rendered media

Method Details

getMetaModel() public méthode

Returns meta data model for current model
public getMetaModel ( ) : string
Résultat string

getType() public méthode

Returns media type
public getType ( ) : string
Résultat string

render() public méthode

Rendered media
public render ( array $option = [] ) : string
$option array rendering option
Résultat string

Property Details

$casts protected_oe property

The attributes that should be casted to native types.
protected array $casts
Résultat array

$mimes protected_oe static_oe property

Available mime type
protected static array $mimes
Résultat array