Documentation

QueueInterface
in

Queue interface

Tags
category

Pop

author

Nick Sagona, III dev@nolainteractive.com

copyright

Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)

license

http://www.popphp.org/license New BSD License

version
2.1.0

Table of Contents

Methods

adapter()  : AdapterInterface|TaskAdapterInterface
Get adapter (alias)
clear()  : QueueInterface
Clear queue
getAdapter()  : AdapterInterface|TaskAdapterInterface
Get adapter
getName()  : string
Get name
hasName()  : bool
Has name
run()  : array<string|int, mixed>
Run schedule
setAdapter()  : QueueInterface
Set adapter
setName()  : QueueInterface
Set name
work()  : AbstractJob|null
Work next job

Methods

getName()

Get name

public getName() : string
Return values
string

        
On this page

Search results