PHP Class Xpressengine\Media\Models\Meta\AudioMeta

Author: XE Developers ([email protected])
Inheritance: extends Meta
Show file Open project: xpressengine/xpressengine

Protected Properties

Property Type Description
$casts array The attributes that should be cast to native types.
$foreignKey string The foreign key name for the model.
$guarded array The attributes that aren't mass assignable.
$table string The table associated with the model.

Property Details

$casts protected property

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

$foreignKey protected property

The foreign key name for the model.
protected string $foreignKey
return string

$guarded protected property

The attributes that aren't mass assignable.
protected array $guarded
return array

$table protected property

The table associated with the model.
protected string $table
return string