Forum\Controller\Post\EditController::assignModels PHP Method

assignModels() protected method

assignModels
protected assignModels ( Windwalker\Core\View\PhpHtmlView $view ) : void
$view Windwalker\Core\View\PhpHtmlView
return void
    protected function assignModels(PhpHtmlView $view)
    {
        $this->view->setModel($this->getModel('Topic'));
        $this->view->setModel($this->getModel('Category'));
    }
EditController