Property | Type | Description | |
---|---|---|---|
$metadata_cache |
Method | Description | |
---|---|---|
__construct ( array $paths = [] ) | ||
addAnnotationPath ( string $namespace, string $path ) | Adds a path to the annotation namespace autoloader | |
getEntityMetadata ( string | object $entity ) : |
Get the metadata for an entity, including column information |
public addAnnotationPath ( string $namespace, string $path ) | ||
$namespace | string | Base namespace (eg "Foo\Bar") |
$path | string | Path to PSR-0 root folder (eg __DIR__."/../src/") |
public getEntityMetadata ( string | object $entity ) : |
||
$entity | string | object | Entity or class name of the entity |
return |