PHP Interface Bravo3\Orm\Mappers\MapperInterface

Show file Open project: bravo3/orm Interface Usage Examples

Public Methods

Method Description
getEntityMetadata ( string | object $entity ) : Entity Get the metadata for an entity, including column information

Method Details

getEntityMetadata() public method

If you do not provide a $relative_mapper then relationship metadata will not be hydrated.
public getEntityMetadata ( string | object $entity ) : Entity
$entity string | object Entity or class name of the entity
return Bravo3\Orm\Mappers\Metadata\Entity