Flarum\Core\Post::hideUser PHP Метод

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

Define the relationship with the user who hid the post.
public hideUser ( ) : BelongsTo
Результат Illuminate\Database\Eloquent\Relations\BelongsTo
    public function hideUser()
    {
        return $this->belongsTo('Flarum\\Core\\User', 'hide_user_id');
    }