PHP 클래스 Doctrine\OXM\Id\AssignedGenerator

부터: 2.0
저자: Benjamin Eberlei ([email protected])
저자: Guilherme Blanco ([email protected])
저자: Jonathan Wage ([email protected])
저자: Roman Borschel ([email protected])
상속: extends AbstractIdGenerator
파일 보기 프로젝트 열기: doctrine/oxm

공개 메소드들

메소드 설명
generate ( XmlEntityManager $xem, object $xmlEntity ) : mixed Returns the identifier assigned to the given entity.

메소드 상세

generate() 공개 메소드

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