PHP Interface Bravo3\Orm\Mappers\MapperInterface

Afficher le fichier Open project: bravo3/orm Interface Usage Examples

Méthodes publiques

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

Method Details

getEntityMetadata() public méthode

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
Résultat Bravo3\Orm\Mappers\Metadata\Entity