BaikalAdmin\Controller\Users::initForm PHP Méthode

initForm() protected méthode

protected initForm ( )
    protected function initForm()
    {
        if ($this->actionEditRequested() || $this->actionNewRequested()) {
            $aOptions = ["closeurl" => self::link()];
            $this->oForm = $this->oModel->formForThisModelInstance($aOptions);
        }
    }