PHP Class Xpressengine\Routing\InstanceRoute

Author: XE Developers ([email protected])
Inheritance: extends Xpressengine\Database\Eloquent\DynamicModel
Show file Open project: xpressengine/xpressengine Class Usage Examples

Public Properties

Property Type Description
$timestamps boolean Indicates if the model should be timestamped.

Protected Properties

Property Type Description
$guarded array The attributes that aren't mass assignable.
$table string The table associated with the model.

Public Methods

Method Description
site ( ) : BelongsTo

Method Details

site() public method

public site ( ) : BelongsTo
return Illuminate\Database\Eloquent\Relations\BelongsTo

Property Details

$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

$timestamps public property

Indicates if the model should be timestamped.
public bool $timestamps
return boolean