BaseMapper
class BaseMapper implements MapperInterface
BaseMapper class.
Properties
| protected ResourceBuilderInterface | $builder | ||
| protected ClientInterface | $client | ||
| protected ParserInterface | $richTextParser | ||
| protected ObjectHydrator | $hydrator | 
Methods
                    __construct(ResourceBuilderInterface $builder, ClientInterface $client, ParserInterface $richTextParser)
        
                                            
                
            BaseMapper constructor.
                    createSystemProperties(string $class, array $data)
        
                                            
                
            No description
                    array
                
                
                    normalizeFieldData($fieldData, string $locale = null)
        
                                            
                
            No description
Details
        at         line 50
                            
    __construct(ResourceBuilderInterface $builder, ClientInterface $client, ParserInterface $richTextParser)
        
    
    BaseMapper constructor.