Documentation

Sql_Table_View_Field
in package

SQL.

Tags
subpackage

Sql

version
7.x
author

Hostmake LLC

copyright

© 2005-2024 ООО "Хостмэйк" (Hostmake LLC), http://www.hostcms.ru

Table of Contents

Properties

$show_by_default  : int
Show Field By Default
$_columns  : mixed

Methods

__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

$show_by_default

Show Field By Default

public int $show_by_default = 1

$_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
hostcms-event

modelname.onCall

__get()

Utilized for reading data from inaccessible properties

public __get(string $property) : mixed
Parameters
$property : string

property name

getCaption()

Get caption of the field

public getCaption(mixed $admin_language_id) : string|null
Parameters
$admin_language_id : mixed
Return values
string|null

        
On this page

Search results