CSActiveScriptJobInputData
in package
API Object for the ActiveScriptJob Input that can be passed to a job as further runtime configuration
Tags
Table of Contents
- __construct() : mixed
- CSActiveScriptJobInput constructor.
- getValue() : string
- Gets a value on the input data
- getValues() : array<string|int, string>
- setValue() : mixed
- Sets or overwrites a value on the input data
- setValues() : mixed
Methods
__construct()
CSActiveScriptJobInput constructor.
public
__construct([array<string|int, string> $aData = array() ]) : mixed
Parameters
- $aData : array<string|int, string> = array()
-
the initial data as assoc array
Tags
Return values
mixed —getValue()
Gets a value on the input data
public
getValue(string $sKey) : string
Parameters
- $sKey : string
Tags
Return values
string —the input value
getValues()
public
getValues() : array<string|int, string>
Tags
Return values
array<string|int, string> —assoc array with the input Data
setValue()
Sets or overwrites a value on the input data
public
setValue(string $sKey, string $sValue) : mixed
Parameters
- $sKey : string
- $sValue : string
Tags
Return values
mixed —setValues()
public
setValues(array<string|int, string> $aData) : mixed
Parameters
- $aData : array<string|int, string>
-
assoc array with the input data
