MetaModels\IFactory::translateIdToMetaModelName PHP Method

translateIdToMetaModelName() public method

Translate a MetaModel id to the corresponding name of the MetaModel.
public translateIdToMetaModelName ( string $metaModelId ) : string
$metaModelId string The id of the MetaModel.
return string The name of the MetaModel.
    public function translateIdToMetaModelName($metaModelId);