BusinessValue extends ChildEntity
Table of Contents
Methods
- __construct() : mixed
- getFields() : array<string|int, mixed>
- Returns list of value names for this entity.
- getLangName() : string
- getValue() : mixed
- Returns value by its name.
- isLoaded() : bool
Methods
__construct()
public
__construct(mixed $provider[, array<string|int, mixed> $options = [] ]) : mixed
Parameters
- $provider : mixed
- $options : array<string|int, mixed> = []
getFields()
Returns list of value names for this entity.
public
getFields() : array<string|int, mixed>
Return values
array<string|int, mixed>getLangName()
public
static getLangName() : string
Return values
stringgetValue()
Returns value by its name.
public
getValue(string $name) : mixed
Parameters
- $name : string
isLoaded()
public
isLoaded() : bool