NativeXmlSubmissionFilter::_getLocalizedSubmissionSetterMappings PHP Method

_getLocalizedSubmissionSetterMappings() public method

Get node name to setter function mapping for localized data.
    function _getLocalizedSubmissionSetterMappings()
    {
        return array('title' => 'setTitle', 'prefix' => 'setPrefix', 'subtitle' => 'setSubtitle', 'abstract' => 'setAbstract', 'coverage' => 'setCoverage', 'type' => 'setType', 'source' => 'setSource', 'rights' => 'setRights');
    }