PHP Class WellCommerce\Bundle\ClientBundle\Entity\ClientShippingAddress

Author: Adam Piotrowski ([email protected])
Inheritance: implements WellCommerce\Bundle\ClientBundle\Entity\ClientShippingAddressInterface
显示文件 Open project: wellcommerce/wellcommerce Class Usage Examples

Public Methods

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

Method Details

getCopyBillingAddress() public method

public getCopyBillingAddress ( ) : boolean
return boolean

getFirstName() public method

public getFirstName ( ) : string
return string

getLastName() public method

public getLastName ( ) : string
return string

setCopyBillingAddress() public method

public setCopyBillingAddress ( boolean $copyBillingAddress )
$copyBillingAddress boolean

setFirstName() public method

public setFirstName ( string $firstName )
$firstName string

setLastName() public method

public setLastName ( string $lastName )
$lastName string