BookStack\JointPermission::entity PHP Метод

entity() публичный Метод

Get the entity this points to.
public entity ( ) : Illuminate\Database\Eloquent\Relations\MorphOne
Результат Illuminate\Database\Eloquent\Relations\MorphOne
    public function entity()
    {
        return $this->morphOne(Entity::class, 'entity');
    }
JointPermission