| 1 | <?php |
||
| 10 | class Factory extends AbstractDeclarationBasedFactory |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @param string $key |
||
| 14 | * @return \Aoe\Asdis\Domain\Model\DistributionAlgorithm\DistributionAlgorithmInterface |
||
| 15 | */ |
||
| 16 | 1 | public function buildDistributionAlgorithmFromKey($key) |
|
| 21 | |||
| 22 | /** |
||
| 23 | * @return void |
||
| 24 | */ |
||
| 25 | 1 | private function initialize() |
|
| 31 | |||
| 32 | /** |
||
| 33 | * @return array |
||
| 34 | */ |
||
| 35 | protected function getDeclarations() |
||
| 39 | } |