Class fullpath
Full path query.
The full path query equals the default query format used with version 2.5 of the Core Framework with the exception of the special format of the controller and action parameters.
- Core\Object implements Core\Chainable
- Core\Set implements Core\Accessor
- Core\Query
- Core\Query\Driver\fullpath
Direct known subclasses
Package: Core\Query
Since: 3.0
Requires: PHP 5.3
Version: 1.1
Located at Query/Driver/fullpath.inc.php
Methods summary
public
|
|
public
string
|
|
public
string
|
#
build( string|boolean $controller, string|boolean $action = false, array $parameters = null )
Builds a query string from controller, action and additional parameters. |
public
array
|
Methods inherited from Core\Query
Methods inherited from Core\Object
__autocreateFactory()
,
__call()
,
__processParameters()
,
__toString()
,
attachMethod()
,
chain()
,
getValueForKey()
,
getValueForKeyPath()
,
getValueForUndefinedKey()
,
hash()
,
issetValueForKey()
,
setValueForKey()
,
setValueForKeyPath()
,
setValueForUndefinedKey()
,
uuid()
Constants summary
Constants inherited from Core\Query
Constants inherited from Core\Object
AnyParameterType
,
AutochainParameterType
,
AutocreateParameterType
,
BooleanParameterType
,
CharParameterType
,
EnumParameterType
,
IntegerParameterType
,
RealParameterType
,
StringParameterType
,
UserParameterType