interface SchemaModelCreatorInterface (View source)

Implementors of this class can create a model for a given classname, e.g. Blog -> DataObjectModel

Methods

bool
appliesTo(string $class)

No description

createModel(string $class, SchemaConfig $context)

No description

Details

bool appliesTo(string $class)

Parameters

string $class

Return Value

bool

SchemaModelInterface createModel(string $class, SchemaConfig $context)

Parameters

string $class
SchemaConfig $context

Return Value

SchemaModelInterface