PHP Class Doctrine\OXM\Id\AssignedGenerator

Since: 2.0
Author: Benjamin Eberlei ([email protected])
Author: Guilherme Blanco ([email protected])
Author: Jonathan Wage ([email protected])
Author: Roman Borschel ([email protected])
Inheritance: extends AbstractIdGenerator
Datei anzeigen Open project: doctrine/oxm

Public Methods

Method Description
generate ( XmlEntityManager $xem, object $xmlEntity ) : mixed Returns the identifier assigned to the given entity.

Method Details

generate() public method

Returns the identifier assigned to the given entity.
public generate ( XmlEntityManager $xem, object $xmlEntity ) : mixed
$xem Doctrine\OXM\XmlEntityManager
$xmlEntity object
return mixed