Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Configuration
+ Граф наследования:Configuration:

Открытые члены

 getWeight ()
 
 setWeight ($weight)
 
 getKey ()
 
 setKey ($key)
 
 getValue ()
 
 setValue ($value)
 
 getFieldClassName ()
 
 setFieldClassName ($fieldClassName)
 
 getGId ()
 
 setGId ($gId)
 
- Открытые члены унаследованные от Model
 __construct ()
 
 save ()
 
 delete ()
 
 getId ()
 
 setId ($id)
 
 getCreatedAt ()
 
 setCreatedAt (DateTime $createdAt)
 
 getUpdatedAt ()
 
 setUpdatedAt (DateTime $updatedAt)
 
 loadAttribute ($attributeName)
 
 getErrors ()
 
 getCurrentDbState ()
 

Открытые статические члены

static getMapAttributes ()
 
static getTableClassName ()
 
static loadByIds (array $ids)
 
- Открытые статические члены унаследованные от Model
static getMapReferenceAttributes ()
 
static getClassName ()
 
static load ($filter, array $with=array(), $order=array())
 
static loadById ($id)
 
static factoryWithHorizontalCells ($cellCount=1)
 

Защищенные данные

 $gId
 
 $weight = 0
 
 $value
 
 $fieldClassName = ''
 
 $key
 
- Защищенные данные унаследованные от Model
 $id
 
 $createdAt
 
 $updatedAt
 
 $errors
 

Дополнительные унаследованные члены

- Открытые атрибуты унаследованные от Model
const ATTRIBUTE_SLICE_DELIMITER = '__'
 
- Защищенные статические члены унаследованные от Model
static getModelList (array $parameters)
 
static prepareGetListParameters (array $parameters)
 

Подробное описание

См. определение в файле configuration.php строка 14

Методы

◆ getFieldClassName()

getFieldClassName ( )
Возвращает
string

См. определение в файле configuration.php строка 109

◆ getGId()

getGId ( )
Возвращает
string

См. определение в файле configuration.php строка 144

◆ getKey()

getKey ( )
Возвращает
mixed

См. определение в файле configuration.php строка 73

◆ getMapAttributes()

static getMapAttributes ( )
static

Returns the list of pair for mapping data and object properties. Key is field in DataManager, value is object property.

Возвращает
array

Переопределяет метод предка Model.

См. определение в файле configuration.php строка 29

◆ getTableClassName()

static getTableClassName ( )
static

Gets the fully qualified name of table class which belongs to current model.

Возвращает
string

Переопределяет метод предка Model.

См. определение в файле configuration.php строка 45

◆ getValue()

getValue ( )
Возвращает
mixed

См. определение в файле configuration.php строка 90

◆ getWeight()

getWeight ( )
Возвращает
int

См. определение в файле configuration.php строка 54

◆ loadByIds()

static loadByIds ( array $ids)
static

Load configuration list by ids, query to db and after build configuration entities list

Аргументы
array$idsArray of id.
Возвращает
static[]

См. определение в файле configuration.php строка 133

◆ setFieldClassName()

setFieldClassName ( $fieldClassName)

Set field class name.

См. также
Base::getClassName()
Аргументы
string$fieldClassNameField class name.
Возвращает
void

См. определение в файле configuration.php строка 121

◆ setGId()

setGId ( $gId)

Setter for gId value.

Аргументы
string$gIdValue of gId.
Возвращает
void

См. определение в файле configuration.php строка 155

◆ setKey()

setKey ( $key)
Аргументы
mixed$keyUnique key for configuration in context.
Возвращает
void

См. определение в файле configuration.php строка 82

◆ setValue()

setValue ( $value)

Serialize and set value.

Аргументы
mixed$valueValue to set.
Возвращает
void

См. определение в файле configuration.php строка 101

◆ setWeight()

setWeight ( $weight)

Weight value for sorting.

Аргументы
int$weightWeight value.
Возвращает
void

См. определение в файле configuration.php строка 65

Данные класса

◆ $fieldClassName

$fieldClassName = ''
protected

См. определение в файле configuration.php строка 19

◆ $gId

$gId
protected

См. определение в файле configuration.php строка 16

◆ $key

$key
protected

См. определение в файле configuration.php строка 20

◆ $value

$value
protected

См. определение в файле configuration.php строка 18

◆ $weight

$weight = 0
protected

См. определение в файле configuration.php строка 17