AdminPageFramework_Model__FormSubmission__Validator__Export::_getExportFileName PHP Метод

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

private _getExportFileName ( array $aArguments, $sExportFileName, $mData )
$aArguments array
    private function _getExportFileName(array $aArguments, $sExportFileName, $mData)
    {
        return $this->addAndApplyFilters($this->oFactory, $this->_getPortFilterHookNames('export_name_', $aArguments), $sExportFileName, $aArguments['pressed_field_id'], $aArguments['pressed_input_id'], $mData, $this->oFactory);
    }