PHP Class Xpressengine\Media\Models\Audio

Author: XE Developers ([email protected])
Inheritance: extends Media
ファイルを表示 Open project: xpressengine/xpressengine Class Usage Examples

Protected Properties

Property Type Description
$casts array The attributes that should be casted to native types.
$mimes array Available mime type

Public Methods

Method 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 method

Returns meta data model for current model
public getMetaModel ( ) : string
return string

getType() public method

Returns media type
public getType ( ) : string
return string

render() public method

Rendered media
public render ( array $option = [] ) : string
$option array rendering option
return string

Property Details

$casts protected_oe property

The attributes that should be casted to native types.
protected array $casts
return array

$mimes protected_oe static_oe property

Available mime type
protected static array $mimes
return array