PHP 클래스 Doctrine\Tests\OXM\Entities\Order

파일 보기 프로젝트 열기: doctrine/oxm

공개 메소드들

메소드 설명
__construct ( $id, $productType, DateTime $timestamp )
getId ( )
getProductType ( )
getTimestamp ( ) : DateTime
setId ( $id )
setProductType ( $product_type )
setTimestamp ( DateTime $datetime ) : void

메소드 상세

__construct() 공개 메소드

public __construct ( $id, $productType, DateTime $timestamp )
$timestamp DateTime

getId() 공개 메소드

public getId ( )

getProductType() 공개 메소드

public getProductType ( )

getTimestamp() 공개 메소드

public getTimestamp ( ) : DateTime
리턴 DateTime

setId() 공개 메소드

public setId ( $id )

setProductType() 공개 메소드

public setProductType ( $product_type )

setTimestamp() 공개 메소드

public setTimestamp ( DateTime $datetime ) : void
$datetime DateTime
리턴 void