Flarum\Core\Post::hideUser PHP Méthode

hideUser() public méthode

Define the relationship with the user who hid the post.
public hideUser ( ) : BelongsTo
Résultat Illuminate\Database\Eloquent\Relations\BelongsTo
    public function hideUser()
    {
        return $this->belongsTo('Flarum\\Core\\User', 'hide_user_id');
    }