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

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

Get the entity that this tag belongs to
public entity ( ) : Illuminate\Database\Eloquent\Relations\MorphTo
Результат Illuminate\Database\Eloquent\Relations\MorphTo
    public function entity()
    {
        return $this->morphTo('entity');
    }