Documentation

ActivityMethod
in package

FinalYes
Tags
Annotation
NamedArgumentConstructor
Target

({ "METHOD" })

Table of Contents

Properties

$name  : string|null
Name of the activity type.

Methods

__construct()  : mixed

Attributes

#[Attribute]

#[Attribute]

#[NamedArgumentConstructor]

#[NamedArgumentConstructor]

Properties

$name

Name of the activity type.

public string|null $name = null

Be careful about names that contain special characters. These names can be used as metric tags. And systems like prometheus ignore metrics which have tags with unsupported characters.

Methods

__construct()

public __construct([string|null $name = null ]) : mixed
Parameters
$name : string|null = null

        
On this page

Search results