PHP Class Doctrine\Tests\OXM\Entities\Order

Datei anzeigen Open project: doctrine/oxm

Public Methods

Method Description
__construct ( $id, $productType, DateTime $timestamp )
getId ( )
getProductType ( )
getTimestamp ( ) : DateTime
setId ( $id )
setProductType ( $product_type )
setTimestamp ( DateTime $datetime ) : void

Method Details

__construct() public method

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

getId() public method

public getId ( )

getProductType() public method

public getProductType ( )

getTimestamp() public method

public getTimestamp ( ) : DateTime
return DateTime

setId() public method

public setId ( $id )

setProductType() public method

public setProductType ( $product_type )

setTimestamp() public method

public setTimestamp ( DateTime $datetime ) : void
$datetime DateTime
return void