| 1 | <?php |
||
| 10 | class Tx_Asdis_Content_Scraper_Html_DataSrc extends Tx_Asdis_Content_Scraper_Html_AbstractHtmlScraper implements Tx_Asdis_Content_Scraper_ScraperInterface { |
||
| 11 | |||
| 12 | /** |
||
| 13 | * @param $content |
||
| 14 | * @return Tx_Asdis_Domain_Model_Asset_Collection |
||
| 15 | */ |
||
| 16 | 1 | public function scrape($content) { |
|
| 19 | } |