overviewCameraStep
extends AbstractStep
in package
Table of Contents
- NAME = "overviewCamera"
- $params : mixed
- $prioirty : mixed
- $priority : mixed
- $title : mixed
- $transletor : mixed
- $type : mixed
- $name : mixed
- __construct() : mixed
- __toString() : mixed
- getArray() : array<string|int, mixed>
- Метод возвращает массив параметров шага.
- getJson() : string
- Метод возвращающий сгенерированную Json строку, отражающую параметры шага
- getName() : string
- Возвращает имя шага
- getPriority() : string
- Возвращает приоритет шага
- getTitle() : string
- Возвращает заголовок
- getType() : int
- Возвращает тип шага
- setParams() : mixed
- Метод для сохранения параметров, необходимых для проведения шага
- setPriority() : mixed
- Задается приоритет шага влияющий на его порядок выполнения в сценарии
- setType() : mixed
- Метод задаёт тип шага
Constants
NAME
public
mixed
NAME
= "overviewCamera"
Properties
$params
protected
mixed
$params
= []
$prioirty
protected
mixed
$prioirty
= 3
$priority
protected
mixed
$priority
= 0
$title
protected
mixed
$title
= 'Overview camera'
$transletor
protected
mixed
$transletor
$type
protected
mixed
$type
= AppModelFlowStepTypes::MANDATORY
$name
private
mixed
$name
Methods
__construct()
public
__construct(Translator $translator, string $name) : mixed
Parameters
- $translator : Translator
- $name : string
Return values
mixed —__toString()
public
__toString() : mixed
Return values
mixed —getArray()
Метод возвращает массив параметров шага.
public
getArray() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —getJson()
Метод возвращающий сгенерированную Json строку, отражающую параметры шага
public
getJson() : string
Tags
Return values
string —getName()
Возвращает имя шага
public
getName() : string
Tags
Return values
string —getPriority()
Возвращает приоритет шага
public
getPriority() : string
Tags
Return values
string —getTitle()
Возвращает заголовок
public
getTitle() : string
Return values
string —getType()
Возвращает тип шага
public
getType() : int
Tags
Return values
int —setParams()
Метод для сохранения параметров, необходимых для проведения шага
public
setParams(iteratable<string|int, mixed> $params) : mixed
Parameters
- $params : iteratable<string|int, mixed>
Tags
Return values
mixed —setPriority()
Задается приоритет шага влияющий на его порядок выполнения в сценарии
public
setPriority(int $priority) : mixed
Parameters
- $priority : int
Tags
Return values
mixed —setType()
Метод задаёт тип шага
public
setType(string $type) : mixed
Parameters
- $type : string