PHP Class Sylius\Behat\Context\Transform\ZoneContext

Author: Łukasz Chruściel ([email protected])
Inheritance: implements Behat\Behat\Context\Context
Afficher le fichier Open project: sylius/sylius

Méthodes publiques

Méthode Description
__construct ( Sylius\Component\Resource\Repository\RepositoryInterface $zoneRepository )
getRestOfTheWorldZone ( )
getZoneByCode ( $code )
getZoneByName ( $name )

Private Methods

Méthode Description
getZoneBy ( array $parameters ) : Sylius\Component\Addressing\Model\ZoneInterface

Method Details

__construct() public méthode

public __construct ( Sylius\Component\Resource\Repository\RepositoryInterface $zoneRepository )
$zoneRepository Sylius\Component\Resource\Repository\RepositoryInterface

getRestOfTheWorldZone() public méthode

getZoneByCode() public méthode

public getZoneByCode ( $code )

getZoneByName() public méthode

public getZoneByName ( $name )