Property | Type | Description | |
---|---|---|---|
$mappers | Bravo3\Orm\Mappers\MapperInterface[] |
Method | Description | |
---|---|---|
__construct ( array $mappers = [] ) | ||
getEntityMetadata ( string | object $entity ) : |
Get the metadata for an entity, including column information | |
registerMapper ( Bravo3\Orm\Mappers\MapperInterface $mapper ) | Register a new mapper |
public getEntityMetadata ( string | object $entity ) : |
||
$entity | string | object | Entity or class name of the entity |
return |
public registerMapper ( Bravo3\Orm\Mappers\MapperInterface $mapper ) | ||
$mapper | Bravo3\Orm\Mappers\MapperInterface |