FluxBB\Models\Post::author PHP Method

author() public method

public author ( )
    public function author()
    {
        return $this->belongsTo('FluxBB\\Models\\User', 'poster_id');
    }