@@ -161,6 +161,7 @@ discard block |
||
161 | 161 | } |
162 | 162 | /** |
163 | 163 | * @since DEVVER |
164 | + * @param string $_sOutput |
|
164 | 165 | * @return string |
165 | 166 | */ |
166 | 167 | private function _getSpinnerOutput( $_sOutput ) { |
@@ -297,7 +298,7 @@ discard block |
||
297 | 298 | * @param array $_aOutputs Holds output elements - contents, section tab list, count of subsections |
298 | 299 | * @param string $_sSectionsID The container id of secitons. |
299 | 300 | * @param array $_aSection |
300 | - * @param array $_aFieldsInSections A fieldsets array already divided by section tab. |
|
301 | + * @param array $aFieldsInSections A fieldsets array already divided by section tab. |
|
301 | 302 | * @return array The updated sections table output array. |
302 | 303 | */ |
303 | 304 | private function _getSectionsetTable( $_aOutputs, $_sSectionsID, array $_aSection, array $aFieldsInSections ) { |
@@ -351,6 +352,7 @@ discard block |
||
351 | 352 | } |
352 | 353 | /** |
353 | 354 | * @since DEVVER |
355 | + * @param string $_sSectionsID |
|
354 | 356 | * @return array |
355 | 357 | */ |
356 | 358 | private function _getSubSections( $_aOutputs, $_sSectionsID, $_aSection, $_aSubSections ) { |
@@ -499,6 +501,7 @@ discard block |
||
499 | 501 | * @since 3.5.3 |
500 | 502 | * @since 3.6.0 Removed the `$sSectionID` parameter. Added the `$aSectionset` parameter. |
501 | 503 | * @since DEVVER Moved from `AdminPageFramework_FormPart_Table`. |
504 | + * @param string $sSectionsID |
|
502 | 505 | * @return string The formatted sections table HTML output. |
503 | 506 | */ |
504 | 507 | private function _getFormattedSectionsTablesOutput( array $aOutputs, $aSectionset, $sSectionsID, array $aCollapsible, $sSectionTabSlug ) { |