PHP Interface WellCommerce\Bundle\OrderBundle\Manager\OrderManagerInterface

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\DoctrineBundle\Manager\ManagerInterface
ファイルを表示 Open project: wellcommerce/wellcommerce Interface Usage Examples

Public Methods

Method Description
findOrder ( string $sessionId, WellCommerce\Bundle\ClientBundle\Entity\ClientInterface $client = null, WellCommerce\Bundle\ShopBundle\Entity\ShopInterface $shop )
getOrder ( string $sessionId, WellCommerce\Bundle\ClientBundle\Entity\ClientInterface $client = null, WellCommerce\Bundle\ShopBundle\Entity\ShopInterface $shop, string $currency ) : WellCommerce\Bundle\OrderBundle\Entity\OrderInterface

Method Details

findOrder() public method

public findOrder ( string $sessionId, WellCommerce\Bundle\ClientBundle\Entity\ClientInterface $client = null, WellCommerce\Bundle\ShopBundle\Entity\ShopInterface $shop )
$sessionId string
$client WellCommerce\Bundle\ClientBundle\Entity\ClientInterface
$shop WellCommerce\Bundle\ShopBundle\Entity\ShopInterface

getOrder() public method

public getOrder ( string $sessionId, WellCommerce\Bundle\ClientBundle\Entity\ClientInterface $client = null, WellCommerce\Bundle\ShopBundle\Entity\ShopInterface $shop, string $currency ) : WellCommerce\Bundle\OrderBundle\Entity\OrderInterface
$sessionId string
$client WellCommerce\Bundle\ClientBundle\Entity\ClientInterface
$shop WellCommerce\Bundle\ShopBundle\Entity\ShopInterface
$currency string
return WellCommerce\Bundle\OrderBundle\Entity\OrderInterface