SchemaModelCreatorInterface
interface SchemaModelCreatorInterface (View source)
Implementors of this class can create a model for a given classname, e.g. Blog -> DataObjectModel
Methods
Details
        
                            bool
    appliesTo(string $class)
        
    
    No description
        
                            SchemaModelInterface
    createModel(string $class, SchemaConfig $context)
        
    
    No description