PHP Interface WellCommerce\Bundle\ContactBundle\Context\Front\ContactContextInterface

Author: Adam Piotrowski ([email protected])
Show file Open project: wellcommerce/wellcommerce

Public Methods

Method Description
getCurrentContact ( ) : WellCommerce\Bundle\ContactBundle\Entity\ContactInterface
hasCurrentContact ( ) : boolean
setCurrentContact ( WellCommerce\Bundle\ContactBundle\Entity\ContactInterface $contact )

Method Details

getCurrentContact() public method

public getCurrentContact ( ) : WellCommerce\Bundle\ContactBundle\Entity\ContactInterface
return WellCommerce\Bundle\ContactBundle\Entity\ContactInterface

hasCurrentContact() public method

public hasCurrentContact ( ) : boolean
return boolean

setCurrentContact() public method

public setCurrentContact ( WellCommerce\Bundle\ContactBundle\Entity\ContactInterface $contact )
$contact WellCommerce\Bundle\ContactBundle\Entity\ContactInterface