PHP Class Xpressengine\Document\Models\Revision

Author: XE Developers ([email protected])
Inheritance: extends Xpressengine\Database\Eloquent\DynamicModel
Exibir arquivo 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_oe property

Virtual connection name.
protected string $connection
return string

$dynamic protected_oe property

protected bool $dynamic
return boolean

$fillable protected_oe property

protected array $fillable
return array

$incrementing public_oe property

public bool $incrementing
return boolean

$primaryKey protected_oe property

protected string $primaryKey
return string

$table public_oe property

public string $table
return string