Class URI_Parameters
Holds parsed parameters from an URI instance.
- Core\Object implements Core\Chainable
- Core\Set implements Core\Accessor
- Core\Hash implements ArrayAccess, Countable, Core\Equality, Core\Identity, IteratorAggregate, Serializable
- Core\URI_Parameters
Methods summary
public
|
Methods inherited from Core\Hash
append()
,
contains()
,
count()
,
createWithElements()
,
createWithKeysAndValues()
,
elementsJoinedBy()
,
exchangeArray()
,
flip()
,
getArrayCopy()
,
getIterator()
,
getIteratorClass()
,
indexOf()
,
isEqualTo()
,
isIdenticalTo()
,
keySort()
,
offsetExists()
,
offsetGet()
,
offsetSet()
,
offsetUnset()
,
push()
,
reverse()
,
serialize()
,
setIteratorClass()
,
sort()
,
unfold()
,
unfoldArray()
,
unserialize()
,
update()
Methods inherited from Core\Object
__autocreateFactory()
,
__call()
,
__processParameters()
,
__toString()
,
attachMethod()
,
chain()
,
getValueForKey()
,
getValueForKeyPath()
,
getValueForUndefinedKey()
,
hash()
,
issetValueForKey()
,
setValueForKey()
,
setValueForKeyPath()
,
setValueForUndefinedKey()
,
uuid()
Constants summary
string |
DefaultParameterDelimiter
Default delimiter string between parameters in a URL query. |
#
';'
|
string |
DefaultValueDelimiter
Default delimiter string between the key and value parts of a query parameter. |
#
'='
|
Constants inherited from Core\Hash
AssociativeSortAlgorithm
,
CaseInsensitiveSortMode
,
CaseSensitiveSortMode
,
LocaleSortMode
,
NaturalSortMode
,
NonAssociativeSortAlgorithm
,
NumericSortMode
,
RegularSortMode
,
ReverseSortMode
,
StringSortMode
Constants inherited from Core\Object
AnyParameterType
,
AutochainParameterType
,
AutocreateParameterType
,
BooleanParameterType
,
CharParameterType
,
EnumParameterType
,
IntegerParameterType
,
RealParameterType
,
StringParameterType
,
UserParameterType
Properties summary
protected
string
|
$_v_parameterDelimiter
|
|
protected
|
$_v_uri
|
|
protected
string
|
$_v_valueDelimiter
|
Properties inherited from Core\Hash
Magic properties
public read-only
string
|
$parameterDelimiter
Delimiter used to split parameters. Either a single character or a PCRE expression. |
public read-only
string
|
$uri
Reference to associated URI instance of the original query. |
public read-only
string
|
$valueDelimiter
Delimiter string used to split key and values. |