PHP Interface WellCommerce\Bundle\PageBundle\Storage\PageStorageInterface

Author: Adam Piotrowski ([email protected])
显示文件 Open project: wellcommerce/wellcommerce

Public Methods

Method Description
getCurrentPage ( ) : WellCommerce\Bundle\PageBundle\Entity\PageInterface
hasCurrentPage ( ) : boolean
setCurrentPage ( WellCommerce\Bundle\PageBundle\Entity\PageInterface $page )

Method Details

getCurrentPage() public method

public getCurrentPage ( ) : WellCommerce\Bundle\PageBundle\Entity\PageInterface
return WellCommerce\Bundle\PageBundle\Entity\PageInterface

hasCurrentPage() public method

public hasCurrentPage ( ) : boolean
return boolean

setCurrentPage() public method

public setCurrentPage ( WellCommerce\Bundle\PageBundle\Entity\PageInterface $page )
$page WellCommerce\Bundle\PageBundle\Entity\PageInterface