\DevOwl\RealQueueCore

Core for real-queue.

Summary

Methods
Properties
Constants
getPluginConstantPrefix()
setupConstants()
__construct()
dbDelta()
currentUserAllowedToQuery()
getAssets()
getPluginCore()
getPersist()
getQuery()
getExecutor()
No public properties found
MINIMUM_QUERY_CAPABILITY
No protected methods found
No protected properties found
N/A
No private methods found
$pluginCore
$assets
$persist
$query
$executor
N/A

Constants

MINIMUM_QUERY_CAPABILITY

MINIMUM_QUERY_CAPABILITY ='edit_posts'

Properties

$pluginCore

$pluginCore :

Type

$assets

$assets :

Type

$persist

$persist :

Type

$query

$query :

Type

$executor

$executor :

Type

Methods

getPluginConstantPrefix()

getPluginConstantPrefix(): string

Get the prefix of this package so we can utils package natively.

Returns

string

setupConstants()

setupConstants()

Make sure the REAL_QUEUE constants are available.

__construct()

__construct(\MatthiasWeb\Utils\Core  $pluginCore)

C'tor.

Parameters

\MatthiasWeb\Utils\Core $pluginCore

dbDelta()

dbDelta()

Make sure the database tables are created.

currentUserAllowedToQuery()

currentUserAllowedToQuery()

Check if the current user is allowed to query the queue. This only enables frontend assets and UI.

getAssets()

getAssets()

Getter.

getPluginCore()

getPluginCore()

Getter.

getPersist()

getPersist()

Getter.

getQuery()

getQuery()

Getter.

getExecutor()

getExecutor()

Getter.