AdminPageFramework_Model__FormSubmission__Validator__Import::_getFilteredImportData PHP Метод

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

private _getFilteredImportData ( array $aArguments, $mData, $aStoredOptions, $sFormatType, $sImportOptionKey )
$aArguments array
    private function _getFilteredImportData(array $aArguments, $mData, $aStoredOptions, $sFormatType, $sImportOptionKey)
    {
        return $this->addAndApplyFilters($this->oFactory, $this->_getPortFilterHookNames('import_', $aArguments), $mData, $aStoredOptions, $aArguments['pressed_field_id'], $aArguments['pressed_input_id'], $sFormatType, $sImportOptionKey, $aArguments['should_merge'] . $this->oFactory);
    }