AdminPageFramework_Model__FormSubmission__Validator__Import::_getFilteredItemForPortByPrefix PHP Метод

_getFilteredItemForPortByPrefix() защищенный Метод

protected _getFilteredItemForPortByPrefix ( $sPrefix, $mFilteringValue, array $aArguments )
$aArguments array
    protected function _getFilteredItemForPortByPrefix($sPrefix, $mFilteringValue, array $aArguments)
    {
        return $this->addAndApplyFilters($this->oFactory, $this->_getPortFilterHookNames($sPrefix, $aArguments), $mFilteringValue, $aArguments['pressed_field_id'], $aArguments['pressed_input_id'], $this->oFactory);
    }