AbstractCronWork
        
        extends AbstractWorkThread
    
    
            
            in package
            
        
    
    
    
AbstractYes
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
 
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
stringdownloadNode()
    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
stringdownloadStringList()
    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
stringdownloadURIList()
    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
DOMXPathgetName()
    protected
                    getName() : string