You are here

protected static property FeedsCrawlerPattern::$defaultParts in Feeds Crawler 7.2

The default values for parse_url().

Type: array

File

src/FeedsCrawlerPattern.php, line 18
Contains FeedsCrawlerPattern.

Class

FeedsCrawlerPattern
Crawls links using a URL pattern.

Code

protected static $defaultParts = array(
  'scheme' => 'http',
  'host' => '',
  'port' => '',
  'user' => '',
  'pass' => '',
  'path' => '',
  'query' => '',
  'fragment' => '',
);