Class Accessor_Reference
Storage reference. Either a simple reference name or a complex join operation that is treated as a reference.
- Core\Object implements Core\Chainable
- Core\Set implements Core\Accessor
- Core\Storage\Accessor_Node
- Core\Storage\Accessor_Reference
Package: Core\Storage\Accessor
Since: 3.0
Requires: PHP 5.3
Version: 1.0
Located at Storage/Accessor.inc.php
Methods summary
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
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_join
Optional JOIN descriptor. |
|
protected
string
|
$_v_name
Name of reference (table). |
|
protected
|
$_v_node
Special selector node (e.g. wildcard) or list of keys. |
|
protected
|
$_v_selector
Sub-query selector node. |
|
protected
|
$_v_with
Optional JOIN destination. |
Magic properties
public read-only
|
$join
Join descriptor for complex references. |
public read-only
string
|
$name
Name of reference. |
public read-only
|
$node
Special selector node or list of keys. |
public read-only
|
$selector
Sub-query selector. |
public read-only
|
$with
Join destination conditional. |