Property | Type | Description | |
---|---|---|---|
$_preparators | array | Preparators. | |
$_presenters | array | Presenters. | |
$_properties | array | Configuration options. |
Method | Description | |
---|---|---|
extract ( string $url, array $options = [] ) : |
Extracts information from the given URL. | |
setPreparators ( array $preparators ) | Sets preparators. | |
setPresenters ( array $presenters ) | Sets presenters. |
Method | Description | |
---|---|---|
_extract ( string $url, array $options ) : |
Does the actual fetching of informations. |
Method | Description | |
---|---|---|
filter ( mixed $value, array $filters ) : mixed | Filters a value through a set of functions. |
public setPreparators ( array $preparators ) | ||
$preparators | array | Preparators. |
public setPresenters ( array $presenters ) | ||
$presenters | array | Presenters. |