Class ssl
SSL (TCP) scheme URL.
- Core\Object implements Core\Chainable
- Core\Set implements Core\Accessor
- Core\URI
- Core\URI\URL
- Core\URI\Driver\ssl
Package: Core\URI
Since: 3.1
Requires: PHP 5.3
Version: 1.0
Located at URI/Driver/ssl.inc.php
Methods summary
public
|
#
__construct( string|array|URI $uri, array $mods = null )
Initialises a URI instance. Also parses authority part for extended URL attributes. |
Methods inherited from Core\URI
__toString()
,
_parseArray()
,
_parseURI()
,
autocreate()
,
cloneWithAppendedParameters()
,
cloneWithProperties()
,
decode()
,
encode()
,
isAbsolute()
,
parameters()
,
properties()
,
remoteURIForPath()
,
validate()
Methods inherited from Core\Object
__autocreateFactory()
,
__call()
,
__processParameters()
,
attachMethod()
,
chain()
,
getValueForKey()
,
getValueForKeyPath()
,
getValueForUndefinedKey()
,
hash()
,
issetValueForKey()
,
setValueForKey()
,
setValueForKeyPath()
,
setValueForUndefinedKey()
,
uuid()
Constants summary
Constants inherited from Core\Object
AnyParameterType
,
AutochainParameterType
,
AutocreateParameterType
,
BooleanParameterType
,
CharParameterType
,
EnumParameterType
,
IntegerParameterType
,
RealParameterType
,
StringParameterType
,
UserParameterType
Properties summary
Properties inherited from Core\URI\URL
Properties inherited from Core\URI
$_parameterCache
,
$_v_authority
,
$_v_fragment
,
$_v_path
,
$_v_query
,
$_v_scheme
,
$_v_schemeNS
Magic properties inherited from Core\URI\URL
Magic properties inherited from Core\URI
$authority
,
$fragment
,
$isAbsolute
,
$parameters
,
$path
,
$query
,
$scheme
,
$schemeNS