BaikalAdmin\Controller\Users::actionEdit PHP Method

actionEdit() protected method

protected actionEdit ( )
    protected function actionEdit()
    {
        $aParams = $this->getParams();
        $this->oModel = new \Baikal\Model\User(intval($aParams["edit"]));
        $this->initForm();
        if ($this->oForm->submitted()) {
            $this->oForm->execute();
        }
    }