TaskQueue
in package
implements
Stringable
uses
CloneWith
FinalYes
Tags
Table of Contents
Interfaces
- Stringable
Properties
- $name : string
Methods
- __toString() : string
- new() : self
- withName() : self
- __construct() : mixed
Properties
$name read-only
public
string
$name
Methods
__toString()
public
__toString() : string
Return values
stringnew()
public
static new(string $name) : self
Parameters
- $name : string
Return values
selfwithName()
public
withName(string $name) : self
Parameters
- $name : string
Return values
self__construct()
private
__construct(string $name) : mixed
Parameters
- $name : string