PHP Class Xpressengine\Document\Models\Revision

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

Public Properties

Property Type Description
$incrementing boolean
$table string

Protected Properties

Property Type Description
$connection string Virtual connection name.
$dynamic boolean
$fillable array
$primaryKey string

Public Methods

Method Description
user ( ) : BelongsTo user relationship

Method Details

user() public method

user relationship
public user ( ) : BelongsTo
return Illuminate\Database\Eloquent\Relations\BelongsTo

Property Details

$connection protected property

Virtual connection name.
protected string $connection
return string

$dynamic protected property

protected bool $dynamic
return boolean

$fillable protected property

protected array $fillable
return array

$incrementing public property

public bool $incrementing
return boolean

$primaryKey protected property

protected string $primaryKey
return string

$table public property

public string $table
return string