Documentation

FetchComic extends AbstractCronWork
in package

Table of Contents

Methods

_eval()  : mixed
_fixFilename()  : string
_fixURI()  : string
downloadNode()  : mixed
downloadNodeList()  : iterable<string|int, mixed>
downloadString()  : string
downloadStringList()  : iterable<string|int, mixed>
downloadURI()  : string
downloadURIList()  : iterable<string|int, mixed>
downloadXPath()  : DOMXPath
getName()  : string
work()  : void

Methods

_eval()

protected _eval(string $code) : mixed
Parameters
$code : string

_fixFilename()

protected _fixFilename(string $name[, string|null $ext = '' ]) : string
Parameters
$name : string
$ext : string|null = ''
Return values
string

_fixURI()

protected _fixURI(string $uri, string $sourceURI) : string
Parameters
$uri : string
$sourceURI : string
Return values
string

downloadNode()

protected downloadNode(mixed $sourceURI, string $query[, DOMXPath|null $xpath = null ]) : mixed
Parameters
$sourceURI : mixed
$query : string
$xpath : DOMXPath|null = null

downloadNodeList()

protected downloadNodeList(mixed $sourceURI, string $query[, DOMXPath|null $xpath = null ]) : iterable<string|int, mixed>
Parameters
$sourceURI : mixed
$query : string
$xpath : DOMXPath|null = null
Return values
iterable<string|int, mixed>

downloadString()

protected downloadString(mixed $sourceURI, string $query[, DOMXPath|null $xpath = null ]) : string
Parameters
$sourceURI : mixed
$query : string
$xpath : DOMXPath|null = null
Return values
string

downloadStringList()

protected downloadStringList(mixed $sourceURI, string $query[, DOMXPath|null $xpath = null ]) : iterable<string|int, mixed>
Parameters
$sourceURI : mixed
$query : string
$xpath : DOMXPath|null = null
Return values
iterable<string|int, mixed>

downloadURI()

protected downloadURI(mixed $sourceURI, string $query[, DOMXPath|null $xpath = null ]) : string
Parameters
$sourceURI : mixed
$query : string
$xpath : DOMXPath|null = null
Return values
string

downloadURIList()

protected downloadURIList(mixed $sourceURI, string $query[, DOMXPath|null $xpath = null ]) : iterable<string|int, mixed>
Parameters
$sourceURI : mixed
$query : string
$xpath : DOMXPath|null = null
Return values
iterable<string|int, mixed>

downloadXPath()

protected downloadXPath(mixed $sourceURI) : DOMXPath
Parameters
$sourceURI : mixed
Return values
DOMXPath

        
On this page

Search results