Class mailto
Mail-To scheme URI. Features additional KVC fields for typical mail properties extracted from the URI.
- Core\Object implements Core\Chainable
-
Core\Set
implements
Core\Accessor
-
Core\URI
-
Core\URI\Driver\mailto
Package: Core\URI
Since: 3.0
Requires: PHP 5.3
Version: 1.0
Located at URI/Driver/mailto.inc.php
Methods summary
public
|
Methods inherited from Core\URI
__toString(),
_parseArray(),
_parseURI(),
autocreate(),
cloneWithAppendedParameters(),
decode(),
encode(),
isAbsolute(),
parameters(),
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
protected
string
|
$_v_recipient
|
Properties inherited from Core\URI
$_parameterCache,
$_v_authority,
$_v_fragment,
$_v_path,
$_v_query,
$_v_scheme,
$_v_schemeNS
Magic properties
public read-only
string
|
$recipient
Recipient extracted from URI. The recipient is equal to the path part. |
Magic properties inherited from Core\URI
$authority,
$fragment,
$isAbsolute,
$parameters,
$path,
$query,
$scheme,
$schemeNS