SettingsPanel
FinalYes
Table of Contents
Methods
- __construct() : mixed
- addController() : self
- addSection() : self
- setAjaxData() : self
- setEntityId() : self
- show() : void
Methods
__construct()
public
__construct(string $guid) : mixed
Parameters
- $guid : string
addController()
public
addController(EntityEditorController ...$controller) : self
Parameters
- $controller : EntityEditorController
Return values
selfaddSection()
public
addSection(EntityEditorSection ...$sections) : self
Parameters
- $sections : EntityEditorSection
Return values
selfsetAjaxData()
public
setAjaxData(array<string|int, mixed> $ajaxData) : self
Parameters
- $ajaxData : array<string|int, mixed>
Return values
selfsetEntityId()
public
setEntityId(string $entityId) : self
Parameters
- $entityId : string
Return values
selfshow()
public
show() : void