PHP Class Doctrine\Tests\OXM\Entities\Order

Afficher le fichier Open project: doctrine/oxm

Méthodes publiques

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

Method Details

__construct() public méthode

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

getId() public méthode

public getId ( )

getProductType() public méthode

public getProductType ( )

getTimestamp() public méthode

public getTimestamp ( ) : DateTime
Résultat DateTime

setId() public méthode

public setId ( $id )

setProductType() public méthode

public setProductType ( $product_type )

setTimestamp() public méthode

public setTimestamp ( DateTime $datetime ) : void
$datetime DateTime
Résultat void