AdminPageFramework_Form_View___Sectionsets::_getUnsetFlagSectionInputTag PHP Метод

_getUnsetFlagSectionInputTag() приватный Метод

private _getUnsetFlagSectionInputTag ( array $aSection )
$aSection array
    private function _getUnsetFlagSectionInputTag(array $aSection)
    {
        if (false !== $aSection['save']) {
            return '';
        }
        return $this->getHTMLTag('input', array('type' => 'hidden', 'name' => '__unset_' . $aSection['_structure_type'] . '[' . $aSection['section_id'] . ']', 'value' => "__dummy_option_key|" . $aSection['section_id'], 'class' => 'unset-element-names element-address'));
    }