Class PHPCrawlerURLDescriptor

Description

Describes a URL within the PHPCrawl-system.

Located in /libs/PHPCrawler/PHPCrawlerURLDescriptor.class.php (line 7)


	
			
Variable Summary
mixed $linkcode
mixed $linktext
mixed $link_raw
string $refering_url
string $url_rebuild
Method Summary
PHPCrawlerURLDescriptor __construct ( $url_rebuild, [ $link_raw = null], [ $linkcode = null], [ $linktext = null], [ $refering_url = null])
Variables
string $is_redirect_url = false (line 43)

Flag indicating whether this URL was target of an HTTP-redirect.

  • access: public
mixed $linkcode = null (line 24)

The html-codepart that contained the link to this URL, i.e. "<a href="../foo.html">LINKTEXT</a>"

  • access: public
mixed $linktext = null (line 29)

The linktext or html-code the link to this URL was layed over.

  • access: public
mixed $link_raw = null (line 19)

The raw link to this URL as it was found in the HTML-source, i.e. "../dunno/index.php"

  • access: public
string $refering_url (line 36)

The URL of the page that contained the link to the URL described here.

  • access: public
string $url_rebuild = null (line 14)

The complete, full qualified and normalized URL

  • access: public
Methods
Constructor __construct (line 50)

Initiates an URL-descriptor

  • access: public
PHPCrawlerURLDescriptor __construct ( $url_rebuild, [ $link_raw = null], [ $linkcode = null], [ $linktext = null], [ $refering_url = null])
  • $url_rebuild
  • $link_raw
  • $linkcode
  • $linktext
  • $refering_url

Documentation generated on Sun, 20 Jan 2013 21:18:50 +0200 by phpDocumentor 1.4.4