PHP Class Xpressengine\Document\Models\Revision

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

Méthodes publiques

Свойство Type Description
$incrementing boolean
$table string

Protected Properties

Свойство Type Description
$connection string Virtual connection name.
$dynamic boolean
$fillable array
$primaryKey string

Méthodes publiques

Méthode Description
user ( ) : BelongsTo user relationship

Method Details

user() public méthode

user relationship
public user ( ) : BelongsTo
Résultat Illuminate\Database\Eloquent\Relations\BelongsTo

Property Details

$connection protected_oe property

Virtual connection name.
protected string $connection
Résultat string

$dynamic protected_oe property

protected bool $dynamic
Résultat boolean

$fillable protected_oe property

protected array $fillable
Résultat array

$incrementing public_oe property

public bool $incrementing
Résultat boolean

$primaryKey protected_oe property

protected string $primaryKey
Résultat string

$table public_oe property

public string $table
Résultat string