Driver
class Driver implements MappingDriver
Methods
No description
Set the namespace for the generated entities.
No description
Loads the metadata for the specified class into the provided container.
Gets the names of all mapped classes known to this driver.
Sets class name for a objectDefinition.
Returns whether the class with the specified name should have its metadata loaded.
Details
at line 46
__construct(AbstractSchemaManager $schemaManager)
at line 59
void
setNamespace(string $namespace)
Set the namespace for the generated entities.
at line 64
generateClasses()
at line 109
void
loadMetadataForClass($className, ClassMetadata $metadata)
Loads the metadata for the specified class into the provided container.
at line 163
string[]
getAllClassNames()
Gets the names of all mapped classes known to this driver.
at line 176
void
setClassNameForTable(string $objectDefinition, string $className)
Sets class name for a objectDefinition.
at line 187
isTransient(string $className)
Returns whether the class with the specified name should have its metadata loaded.
This is only the case if it is either mapped as an Entity or a MappedSuperclass.