AdminPageFramework_Form_View___Sectionsets::_getRepeatableSectionFlagTag PHP Метод

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

private _getRepeatableSectionFlagTag ( array $aSection )
$aSection array
    private function _getRepeatableSectionFlagTag(array $aSection)
    {
        return $this->getHTMLTag('input', array('class' => 'element-address', 'type' => 'hidden', 'name' => '__repeatable_elements_' . $aSection['_structure_type'] . '[' . $aSection['section_id'] . ']', 'value' => $aSection['section_id']));
    }