PHP Class BookStack\JointPermission

Inheritance: extends Model
Datei anzeigen Open project: ssddanbrown/bookstack

Public Properties

Property Type Description
$timestamps

Public Methods

Method Description
entity ( ) : Illuminate\Database\Eloquent\Relations\MorphOne Get the entity this points to.
role ( ) : BelongsTo Get the role that this points to.

Method Details

entity() public method

Get the entity this points to.
public entity ( ) : Illuminate\Database\Eloquent\Relations\MorphOne
return Illuminate\Database\Eloquent\Relations\MorphOne

role() public method

Get the role that this points to.
public role ( ) : BelongsTo
return Illuminate\Database\Eloquent\Relations\BelongsTo

Property Details

$timestamps public_oe property

public $timestamps