Sql_Table_View_Field
in package
SQL.
Tags
Table of Contents
- $_columns : mixed
- __call() : mixed
- Triggered when invoking inaccessible methods in an object context
- __get() : mixed
- Utilized for reading data from inaccessible properties
- getCaption() : string|null
- Get caption of the field
Properties
$_columns
protected
mixed
$_columns
= array()
Methods
__call()
Triggered when invoking inaccessible methods in an object context
public
__call(mixed $methodName, array<string|int, mixed> $arguments) : mixed
Parameters
- $methodName : mixed
- $arguments : array<string|int, mixed>
-
arguments
Tags
Return values
mixed —__get()
Utilized for reading data from inaccessible properties
public
__get(string $property) : mixed
Parameters
- $property : string
-
property name
Return values
mixed —getCaption()
Get caption of the field
public
getCaption(mixed $admin_language_id) : string|null
Parameters
- $admin_language_id : mixed