PHP Class WellCommerce\Bundle\ClientBundle\Entity\ClientShippingAddress

Author: Adam Piotrowski ([email protected])
Inheritance: implements WellCommerce\Bundle\ClientBundle\Entity\ClientShippingAddressInterface
Afficher le fichier Open project: wellcommerce/wellcommerce Class Usage Examples

Méthodes publiques

Méthode Description
getCopyBillingAddress ( ) : boolean
getFirstName ( ) : string
getLastName ( ) : string
setCopyBillingAddress ( boolean $copyBillingAddress )
setFirstName ( string $firstName )
setLastName ( string $lastName )

Method Details

getCopyBillingAddress() public méthode

public getCopyBillingAddress ( ) : boolean
Résultat boolean

getFirstName() public méthode

public getFirstName ( ) : string
Résultat string

getLastName() public méthode

public getLastName ( ) : string
Résultat string

setCopyBillingAddress() public méthode

public setCopyBillingAddress ( boolean $copyBillingAddress )
$copyBillingAddress boolean

setFirstName() public méthode

public setFirstName ( string $firstName )
$firstName string

setLastName() public méthode

public setLastName ( string $lastName )
$lastName string