1 | <?php |
||
9 | final class RatesConfigurationRegistry implements RatesConfigurationRegistryInterface |
||
10 | { |
||
11 | private $registry; |
||
12 | |||
13 | public function __construct(array $registeredRates) |
||
26 | |||
27 | /** |
||
28 | * {@inheritdoc} |
||
29 | */ |
||
30 | public function getIterator() |
||
34 | |||
35 | /** |
||
36 | * {@inheritdoc} |
||
37 | */ |
||
38 | public function add(Configuration $configuration) |
||
42 | |||
43 | /** |
||
44 | * {@inheritdoc} |
||
45 | */ |
||
46 | public function all(array $filter = array()) |
||
50 | } |
||
51 |