FluxBB\Web\Controllers\ForumController::category PHP Метод

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

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