WidgetVue
Block with Vue library
Table of Contents
Methods
- prepareManifest() : array<string|int, mixed>
- Prepare manifest.
- setAppDebug() : void
- Enable or disable widgets debug logging
Methods
prepareManifest()
Prepare manifest.
public
static prepareManifest(array<string|int, mixed> $manifest[, Block|null $block = null ][, array<string|int, mixed> $params = [] ]) : array<string|int, mixed>
Parameters
- $manifest : array<string|int, mixed>
-
Block's manifest.
- $block : Block|null = null
-
Block instance.
- $params : array<string|int, mixed> = []
-
Additional params.
Return values
array<string|int, mixed>setAppDebug()
Enable or disable widgets debug logging
public
static setAppDebug(string $appCode, bool $enable) : void
Parameters
- $appCode : string
-
- code of repo application
- $enable : bool