FluxBB\Web\Controllers\ConversationController::createForm PHP Méthode

createForm() public méthode

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