Class: atkClusterQuery
Source Location: /db/class.atkclusterquery.inc
Class atkClusterQuery
Method Summary
| void |
__construct() |
Constructs a new atkClusterQuery object |
| mixed |
__call() |
Magic call function |
| mized |
__get() |
Magic get function |
| bool |
__isset() |
Magic isset function |
| void |
__set() |
Magic set method |
Methods
static mixed __callStatic(
string
$name, array
$arguments
)
|
|
Magic callstatic function
Parameters:
|
string |
$name: |
|
|
array |
$arguments: |
|
API Tags:
Constructs a new atkClusterQuery object
API Tags:
mixed __call(
string
$name, array
$arguments
)
|
|
Magic call function
Parameters:
|
string |
$name: |
|
|
array |
$arguments: |
|
API Tags:
mized __get(
string
$name
)
|
|
Magic get function
Parameters:
API Tags:
bool __isset(
string
$name
)
|
|
Magic isset function
Parameters:
API Tags:
void __set(
string
$name, mixed
$value
)
|
|
Magic set method
Parameters:
|
string |
$name: |
|
|
mixed |
$value: |
|
API Tags:
void __unset(
string
$name
)
|
|
Magic unset method
Parameters:
API Tags: