Method: PHPCrawler::addLinkExtractionTags()


This method is deprecated! Please use setLinkExtractionTags()



Sets the list of html-tags from which links should be extracted from.
Signature:

public addLinkExtractionTags()

Parameters:

No parameter-descriptions available.

Returns:

No information

Description:

This method was named wrong in previous versions of phpcrawl.
It does not ADD tags, it SETS the tags from which links should be extracted from.

Example$crawler->addLinkExtractionTags("href", "src");