PHP 클래스 Ramsey\Uuid\Doctrine\UuidGenerator
파일 보기
프로젝트 열기: ramsey/uuid-doctrine
공개 메소드들
메소드 |
설명 |
|
generate ( EntityManager $em, Doctrine\ORM\Mapping\Entity $entity ) : Ramsey\Uuid\Uuid |
Generate an identifier |
|
메소드 상세
public generate ( EntityManager $em, Doctrine\ORM\Mapping\Entity $entity ) : Ramsey\Uuid\Uuid |
$em |
Doctrine\ORM\EntityManager |
|
$entity |
Doctrine\ORM\Mapping\Entity |
|
리턴 |
Ramsey\Uuid\Uuid |
|