Class PublicSuffixList
Manage the Public Suffix List (PSL) data. This includes, downloading, converting to an array tree structure for access in PHP, and caching the results.
Namespace: Geekwright\RegDom
Package: Geekwright\RegDom
License: License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
Author: Florian Sager, 06.08.2008, sager@agitos.de
Author: Marcus Bointon (https://github.com/Synchro/regdom-php)
Author: Richard Griffith richard@geekwright.com
Located at lass/libraries/vendor/geekwright/regdom/src/PublicSuffixList.php
Package: Geekwright\RegDom
License: License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
Author: Florian Sager, 06.08.2008, sager@agitos.de
Author: Marcus Bointon (https://github.com/Synchro/regdom-php)
Author: Richard Griffith richard@geekwright.com
Located at lass/libraries/vendor/geekwright/regdom/src/PublicSuffixList.php
public
|
|
public
|
|
protected
|
#
setFallbackURL( )
Set a fallback (default) for the URL. If we have a locally saved version, prefer it, but use a remote URL if there is no local source. |
protected
|
|
protected
|
|
protected
boolean
|
|
protected
|
|
public
array
|
|
protected
boolean|string
|
|
protected
string
|
|
protected
boolean|string[]
|
|
protected
boolean|integer
|
|
protected
boolean|integer
|
|
protected
|
|
public
|
protected
string
|
$sourceURL
|
#
'https://publicsuffix.org/list/public_suffix_list.dat'
|
protected
string
|
$localPSL
|
#
'public_suffix_list.dat'
|
protected
string
|
$cachedPrefix
|
#
'cached_'
|
protected
|
$tree
|
|
protected
|
$url
|
|
protected
string
|
$dataDir
|
#
'/../data/'
|