AdminPageFramework_Form_View___Generate_Field_Base::_isSectionSet PHP Method

_isSectionSet() protected method

protected _isSectionSet ( )
    protected function _isSectionSet()
    {
        return isset($this->aArguments['section_id']) && $this->aArguments['section_id'] && '_default' !== $this->aArguments['section_id'];
    }
AdminPageFramework_Form_View___Generate_Field_Base