| 1 | <?php |
||
| 11 | class ChainFactory extends AbstractDeclarationBasedFactory |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @return \Aoe\Asdis\Content\Scraper\Chain |
||
| 15 | */ |
||
| 16 | 1 | public function buildChain() |
|
| 26 | |||
| 27 | /** |
||
| 28 | * @return void |
||
| 29 | */ |
||
| 30 | 1 | private function initialize() |
|
| 35 | |||
| 36 | /** |
||
| 37 | * @param string $scraperKey |
||
| 38 | * @return \Aoe\Asdis\Content\Scraper\ScraperInterface |
||
| 39 | */ |
||
| 40 | private function buildScraper($scraperKey) |
||
| 44 | |||
| 45 | /** |
||
| 46 | * @return array |
||
| 47 | */ |
||
| 48 | protected function getScraperDeclarations() |
||
| 55 | } |