1 | <?php |
||
22 | final class BundleFeatureLocator implements SpecificationLocator |
||
23 | { |
||
24 | /** |
||
25 | * SpecificationLocator |
||
26 | */ |
||
27 | private $baseLocator; |
||
28 | |||
29 | /** |
||
30 | * Initializes locator. |
||
31 | * |
||
32 | * @param SpecificationLocator $baseLocator |
||
33 | */ |
||
34 | public function __construct(SpecificationLocator $baseLocator) |
||
38 | |||
39 | /** |
||
40 | * {@inheritdoc} |
||
41 | */ |
||
42 | public function getLocatorExamples() |
||
48 | |||
49 | /** |
||
50 | * {@inheritdoc} |
||
51 | */ |
||
52 | public function locateSpecifications(Suite $suite, $locator) |
||
68 | } |
||
69 |