PHP Class app\models\Fragment

Inheritance: extends App\Foundation\Models\Base\TranslatableEloquent, use trait App\Foundation\Models\Traits\Presentable
Show file Open project: spatie-custom/blender Class Usage Examples

Public Properties

Property Type Description
$casts
$table

Protected Properties

Property Type Description
$logAttributes
$recordEvents

Public Methods

Method Description
getDescriptionForEvent ( string $eventName ) : string
getNameAttribute ( ) : string

Method Details

getDescriptionForEvent() public method

public getDescriptionForEvent ( string $eventName ) : string
$eventName string
return string

getNameAttribute() public method

public getNameAttribute ( ) : string
return string

Property Details

$casts public property

public $casts

$logAttributes protected static property

protected static $logAttributes

$recordEvents protected static property

protected static $recordEvents

$table public property

public $table