AdminPageFramework_Form_View___Fieldset___FieldError::_getSectionPathSanitized PHP Method

_getSectionPathSanitized() private method

private _getSectionPathSanitized ( $aSectionPath )
    private function _getSectionPathSanitized($aSectionPath)
    {
        if ('_default' === $this->getElement($aSectionPath, 0)) {
            array_shift($aSectionPath);
        }
        return $aSectionPath;
    }