Method | Description | |
---|---|---|
getAllClassNames ( ) : array | Gets the names of all mapped classes known to this driver. | |
isTransient ( string $className ) : boolean | Whether the class with the specified name should have its metadata loaded. | |
loadMetadataForClass ( string $className, |
Loads the mapping for the specified class into the provided container. |
public getAllClassNames ( ) : array | ||
return | array | The names of all mapped classes known to this driver. |
public isTransient ( string $className ) : boolean | ||
$className | string | |
return | boolean |
public loadMetadataForClass ( string $className, |
||
$className | string | |
$metadata |