AdminPageFramework_Form_View___Sectionsets::_getSortableSectionFlagTag PHP Method

_getSortableSectionFlagTag() private method

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