ServiceQueue
FinalYes
Table of Contents
Methods
- getHead() : array<string|int, mixed>|false|mixed
- return head of sequence
- getInstance() : self
- removeHead() : mixed
- remove head of sequence
Methods
getHead()
return head of sequence
public
getHead() : array<string|int, mixed>|false|mixed
Return values
array<string|int, mixed>|false|mixedgetInstance()
public
static getInstance(string $type) : self
Parameters
- $type : string
Return values
selfremoveHead()
remove head of sequence
public
removeHead() : mixed