AdminPageFramework_Form_View__Resource::__construct PHP Метод

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

public __construct ( $oForm )
    public function __construct($oForm)
    {
        $this->oForm = $oForm;
        if ($this->isDoingAjax()) {
            return;
        }
        if ($this->hasBeenCalled('resource_' . $oForm->aArguments['caller_id'])) {
            return;
        }
        $this->_setHooks();
    }