Class Accessor_Update
Update query.
- Core\Object implements Core\Chainable
- Core\Set implements Core\Accessor
- Core\Storage\Accessor_Node
- Core\Storage\Accessor_Update
Namespace: Core\Storage
Package: Core\Storage\Accessor
Since: 3.0
Requires: PHP 5.3
Version: 1.0
Located at Storage/Accessor.inc.php
Package: Core\Storage\Accessor
Since: 3.0
Requires: PHP 5.3
Version: 1.0
Located at Storage/Accessor.inc.php
Methods summary
public
|
|
public
static
|
|
public
static
|
Methods inherited from Core\Storage\Accessor_Node
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
|
$_v_conditional
List of conditional nodes. |
|
protected
array
|
$_v_nodes
List of update nodes. |
|
protected
|
$_v_values
List of value nodes. |
Magic properties
public read-only
|
$conditional
Update conditional. |
public read-only
array
|
$nodes
Keys of data fields to update. |
public read-only
|
$values
Values to set for given data fields. |