FluxBB\Web\Controllers\ForumController::category PHP Method

category() public method

public category ( )
    public function category()
    {
        $response = $this->execute('get.category');
        return $this->view('category', $response);
    }