| 1 | <?php |
||
| 8 | class RatesConfigurationRegistry implements RatesConfigurationRegistryInterface |
||
| 9 | { |
||
| 10 | protected $configurations; |
||
| 11 | |||
| 12 | public function __construct() |
||
| 16 | |||
| 17 | public function add(Configuration $configuration) |
||
| 21 | |||
| 22 | public function find($sourceName) |
||
| 38 | |||
| 39 | public function all() |
||
| 43 | |||
| 44 | public function getIterator() |
||
| 48 | } |
||
| 49 |