EasyBlogCrawler
in package
Table of Contents
Properties
Methods
- crawl() : mixed
- Invoke the crawling.
- getData() : mixed
- Retrieves the hooks values.
- normalizeCrawlURL() : mixed
- Normalize the video link to oembed URL
- parse() : mixed
- Loads adapters into the current namespace allowing the processing part to call these adapters.
Properties
$contents
private
mixed
$contents
= \null
$hooks
private
mixed
$hooks
= []
Methods
crawl()
Invoke the crawling.
public
crawl(mixed $url) : mixed
Parameters
- $url : mixed
Tags
getData()
Retrieves the hooks values.
public
getData() : mixed
Tags
normalizeCrawlURL()
Normalize the video link to oembed URL
public
normalizeCrawlURL([mixed $OrigUrl = '' ]) : mixed
Parameters
- $OrigUrl : mixed = ''
Tags
parse()
Loads adapters into the current namespace allowing the processing part to call these adapters.
private
parse(mixed $url) : mixed
Parameters
- $url : mixed