Documentation

TaskAdapterInterface
in

Adapter 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

clearTasks()  : TaskAdapterInterface
Clear all scheduled task
getTask()  : Task|null
Get scheduled task
getTaskCount()  : int
Get scheduled tasks count
getTasks()  : array<string|int, mixed>
Get scheduled tasks
hasTasks()  : bool
Has scheduled tasks
removeTask()  : TaskAdapterInterface
Remove scheduled task
schedule()  : TaskAdapterInterface
Schedule job with queue
updateTask()  : TaskAdapterInterface
Update scheduled task

Methods

getTasks()

Get scheduled tasks

public getTasks() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results