SettingsEntity GitHub

📊 Overview: 5 Functions

Extends: Entity

🕐 Last updated: 2026-01-13T16:04:13.366Z


📑 Table of Contents


Functions

Regular Functions

setValue

[🖥️ local]

Function setValue($Value : Variant) -> Boolean

Sets the setting value with automatic type detection and storage

Parameters:

Name Type Optional Description
$Value Variant - -

Returns: Boolean


setObject

[🖥️ local]

Function setObject($Object : Object) -> Boolean

Sets the setting value as an object directly

Parameters:

Name Type Optional Description
$Object Object - -

Returns: Boolean


getValue

[🖥️ local]

Function getValue($DefaultValue : Variant) -> Variant

Gets the stored value, using default value if not set

Parameters:

Name Type Optional Description
$DefaultValue Variant - -

Returns: Variant


getObject

[🖥️ local]

Function getObject($DefaultValue : Variant) -> Object

Gets the stored object, using default value if not set

Parameters:

Name Type Optional Description
$DefaultValue Variant - -

Returns: Object


reset

[🖥️ local]

Function reset -> Boolean

Clears the setting value by setting Object to null

Returns: Boolean


🗂️ Tables

  • Settings - ORDA Entity class for Settings table
  • Settings - ORDA DataClass class for Settings table

� Forms


Generated from SettingsEntity.4dm


This site uses Just the Docs, a documentation theme for Jekyll.