MetaModels\IFactory::getMetaModel PHP Method

getMetaModel() public method

Create a MetaModel instance.
public getMetaModel ( string $metaModelName ) : metamodels\IMetaModel | null
$metaModelName string The name of the MetaModel to create.
return metamodels\IMetaModel | null
    public function getMetaModel($metaModelName);