protected function registerAttributeConverters(array $attributeConverters) { foreach ($attributeConverters as $name => $class) { AttributeConverterFactory::register($name, $class); } }