|
const | DISCRIMINATOR = null |
|
const | DISCRIMINATOR = null |
|
const | DISCRIMINATOR = null |
|
◆ __construct()
InfluxDB2\Model\CallExpression::__construct |
( |
array | $data = null | ) |
|
Constructor
- Parameters
-
mixed[] | $data | Associated array of property values initializing the model |
Reimplemented from InfluxDB2\Model\Expression.
◆ __toString()
InfluxDB2\Model\CallExpression::__toString |
( |
| ) |
|
◆ attributeMap()
static InfluxDB2\Model\CallExpression::attributeMap |
( |
| ) |
|
|
static |
Array of attributes where the key is the local name, and the value is the original name
- Returns
- array
Reimplemented from InfluxDB2\Model\Expression.
◆ getArguments()
InfluxDB2\Model\CallExpression::getArguments |
( |
| ) |
|
Gets arguments
- Returns
- \InfluxDB2\Model\Expression[]|null
◆ getCallee()
InfluxDB2\Model\CallExpression::getCallee |
( |
| ) |
|
Gets callee
- Returns
- \InfluxDB2\Model\Expression|null
◆ getModelName()
InfluxDB2\Model\CallExpression::getModelName |
( |
| ) |
|
◆ getters()
static InfluxDB2\Model\CallExpression::getters |
( |
| ) |
|
|
static |
Array of attributes to getter functions (for serialization of requests)
- Returns
- array
Reimplemented from InfluxDB2\Model\Expression.
◆ getType()
InfluxDB2\Model\CallExpression::getType |
( |
| ) |
|
Gets type
- Returns
- string|null
◆ listInvalidProperties()
InfluxDB2\Model\CallExpression::listInvalidProperties |
( |
| ) |
|
Show all the invalid properties with reasons.
- Returns
- array invalid properties with reasons
Reimplemented from InfluxDB2\Model\Expression.
◆ offsetExists()
InfluxDB2\Model\CallExpression::offsetExists |
( |
| $offset | ) |
|
◆ offsetGet()
InfluxDB2\Model\CallExpression::offsetGet |
( |
| $offset | ) |
|
◆ offsetSet()
InfluxDB2\Model\CallExpression::offsetSet |
( |
| $offset, |
|
|
| $value ) |
Sets value based on offset.
- Parameters
-
integer | $offset | Offset |
mixed | $value | Value to be set |
- Returns
- void
Reimplemented from InfluxDB2\Model\Expression.
◆ offsetUnset()
InfluxDB2\Model\CallExpression::offsetUnset |
( |
| $offset | ) |
|
◆ openAPIFormats()
static InfluxDB2\Model\CallExpression::openAPIFormats |
( |
| ) |
|
|
static |
◆ openAPITypes()
static InfluxDB2\Model\CallExpression::openAPITypes |
( |
| ) |
|
|
static |
◆ setArguments()
InfluxDB2\Model\CallExpression::setArguments |
( |
| $arguments | ) |
|
Sets arguments
- Parameters
-
\InfluxDB2\Model\Expression[] | null | $arguments | Function arguments |
- Returns
- $this
◆ setCallee()
InfluxDB2\Model\CallExpression::setCallee |
( |
| $callee | ) |
|
Sets callee
- Parameters
-
\InfluxDB2\Model\Expression | null | $callee | callee |
- Returns
- $this
◆ setters()
static InfluxDB2\Model\CallExpression::setters |
( |
| ) |
|
|
static |
Array of attributes to setter functions (for deserialization of responses)
- Returns
- array
Reimplemented from InfluxDB2\Model\Expression.
◆ setType()
InfluxDB2\Model\CallExpression::setType |
( |
| $type | ) |
|
Sets type
- Parameters
-
string | null | $type | Type of AST node |
- Returns
- $this
◆ valid()
InfluxDB2\Model\CallExpression::valid |
( |
| ) |
|
Validate all the properties in the model return true if all passed
- Returns
- bool True if all properties are valid
Reimplemented from InfluxDB2\Model\Expression.
◆ $attributeMap
InfluxDB2\Model\CallExpression::$attributeMap |
|
staticprotected |
Initial value:= [
'type' => 'type',
'callee' => 'callee',
'arguments' => 'arguments'
]
◆ $getters
InfluxDB2\Model\CallExpression::$getters |
|
staticprotected |
Initial value:= [
'type' => 'getType',
'callee' => 'getCallee',
'arguments' => 'getArguments'
]
◆ $openAPIFormats
InfluxDB2\Model\CallExpression::$openAPIFormats |
|
staticprotected |
Initial value:= [
'type' => null,
'callee' => null,
'arguments' => null
]
◆ $openAPITypes
InfluxDB2\Model\CallExpression::$openAPITypes |
|
staticprotected |
Initial value:= [
'type' => 'string',
'callee' => '\InfluxDB2\Model\Expression',
'arguments' => '\InfluxDB2\Model\Expression[]'
]
◆ $setters
InfluxDB2\Model\CallExpression::$setters |
|
staticprotected |
Initial value:= [
'type' => 'setType',
'callee' => 'setCallee',
'arguments' => 'setArguments'
]
The documentation for this class was generated from the following file:
- src/InfluxDB2/Model/CallExpression.php