Dashboard
in package
Table of Contents
Methods
- __construct() : mixed
- addAdminMenu() : mixed
- autoloadAssets() : mixed
- initWscSettings() : mixed
- renderTsDashboard() : mixed
- wscGetProgress() : mixed
- wscRunCustomAction() : mixed
- getCollectionInstance() : mixed
- Get collection instance if available
- handleFlixmediaFeed() : mixed
- Handle remove-old action
- handleFlush() : mixed
- Handle flush action
- handlePopulate() : mixed
- Handle populate action
- handlePopulateDocument() : mixed
- Handle populate-document action
- handleRemoveOld() : mixed
- Handle remove-old action
- initializeProgress() : void
- Initialize progress tracking options
- initTempDashboard() : mixed
- sendResponse() : mixed
- Send response based on the result of the action
Methods
__construct()
public
__construct() : mixed
addAdminMenu()
public
addAdminMenu() : mixed
autoloadAssets()
public
autoloadAssets() : mixed
initWscSettings()
public
initWscSettings() : mixed
renderTsDashboard()
public
renderTsDashboard() : mixed
wscGetProgress()
public
wscGetProgress() : mixed
wscRunCustomAction()
public
wscRunCustomAction() : mixed
getCollectionInstance()
Get collection instance if available
private
getCollectionInstance(string $className[, int|null $blogId = null ]) : mixed
Parameters
- $className : string
- $blogId : int|null = null
handleFlixmediaFeed()
Handle remove-old action
private
handleFlixmediaFeed() : mixed
handleFlush()
Handle flush action
private
handleFlush(mixed $blogId) : mixed
Parameters
- $blogId : mixed
handlePopulate()
Handle populate action
private
handlePopulate(mixed $collectionInstance) : mixed
Parameters
- $collectionInstance : mixed
handlePopulateDocument()
Handle populate-document action
private
handlePopulateDocument(mixed $collectionInstance, mixed $documentId) : mixed
Parameters
- $collectionInstance : mixed
- $documentId : mixed
handleRemoveOld()
Handle remove-old action
private
handleRemoveOld() : mixed
initializeProgress()
Initialize progress tracking options
private
initializeProgress() : void
initTempDashboard()
private
initTempDashboard() : mixed
sendResponse()
Send response based on the result of the action
private
sendResponse(mixed $result, mixed $message) : mixed
Parameters
- $result : mixed
- $message : mixed