phpDocumentor

Writer
in package

Table of Contents

SCHEMA_ID  = "https://gambio.com/schema/DatabaseEntry.json"
$database  : Database
$schemaValidator  : SchemaValidator
__construct()  : mixed
Constructor.
addWidget()  : void
Add widget.
configureWidget()  : void
Update widget options.
deleteWidget()  : void
Delete widget.
moveWidget()  : void
Update widget position.
renameWidget()  : void
Rename widget.
resizeWidget()  : void
Update widget dimension.

Constants

SCHEMA_ID

private mixed SCHEMA_ID = "https://gambio.com/schema/DatabaseEntry.json"

Properties

Methods

configureWidget()

Update widget options.

public configureWidget(Id $id, UpdateSet $updateSet) : void
Parameters
$id : Id
$updateSet : UpdateSet
Return values
void

deleteWidget()

Delete widget.

public deleteWidget(Id $id) : void
Parameters
$id : Id
Return values
void

renameWidget()

Rename widget.

public renameWidget(Id $id, Label $label) : void
Parameters
$id : Id
$label : Label
Return values
void

resizeWidget()

Update widget dimension.

public resizeWidget(Id $id, Width $width, Height $height) : void
Parameters
$id : Id
$width : Width
$height : Height
Return values
void

Search results