ExecuteActivityInput
in package
FinalYes
Tags
Table of Contents
Properties
- $args : array<string|int, mixed>
- $method : ReflectionMethod|null
- $options : ActivityOptions|null
- $returnType : null|Type|string|ReflectionClass|ReflectionType
- $type : string
Methods
- with() : self
Properties
$args read-only
public
array<string|int, mixed>
$args
$method read-only
public
ReflectionMethod|null
$method
= null
$options read-only
public
ActivityOptions|null
$options
$returnType read-only
public
null|Type|string|ReflectionClass|ReflectionType
$returnType
$type read-only
public
string
$type
Methods
with()
public
with([non-empty-string|null $type = null ][, array<string|int, mixed>|null $args = null ][, ActivityOptions|null $options = null ][, null|Type|string|ReflectionClass|ReflectionType $returnType = null ][, ReflectionMethod|null $method = null ]) : self
Parameters
- $type : non-empty-string|null = null
- $args : array<string|int, mixed>|null = null
- $options : ActivityOptions|null = null
- $returnType : null|Type|string|ReflectionClass|ReflectionType = null
- $method : ReflectionMethod|null = null