Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Category

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

 getParentKey ()
 
 setParentKey ($parentKey)
 
 getKey ()
 
 setKey ($key)
 
 getLabel ()
 
 setLabel ($label)
 
 __set ($key, $value)
 
 __get ($value)
 

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

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

Методы

◆ __get()

__get ( $value)

Getter for not exist properties Return realtion value.

Аргументы
string$valueRelation name.
Возвращает
mixed

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

◆ __set()

__set ( $key,
$value )

Setter for not exist properties. All not exist properties will try to write to relations.

Аргументы
string$keyKey of set function.
mixed$valueValue which try to set.
Возвращает
$this

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

◆ getKey()

getKey ( )
Возвращает
string Category identify key.

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

◆ getLabel()

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

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

◆ getParentKey()

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

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

◆ setKey()

setKey ( $key)

Setter for key of category.

Аргументы
string$keyCategory identify key.
Возвращает
void

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

◆ setLabel()

setLabel ( $label)

Setter for category label, this label will appear in categories lists.

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

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

◆ setParentKey()

setParentKey ( $parentKey)

Setter for parent category.

Аргументы
string$parentKeyParent category key.
Возвращает
void

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