Documentation

ExecuteActivityInput
in package

FinalYes
Tags
psalm-immutable

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

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
Return values
self

        
On this page

Search results