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

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

 __construct ($type, $title, $description=null)
 
 getType ()
 
 setType ($type)
 
 getTitle ()
 
 setTitle ($title)
 
 getDescription ()
 
 setDescription ($description)
 
 getButtons ()
 
 setButtons ($buttons)
 
 jsonSerialize ()
 

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

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

Конструктор(ы)

◆ __construct()

__construct ( $type,
$title,
$description = null )

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

Методы

◆ getButtons()

getButtons ( )

Gets the limit buttons

Возвращает
array

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

◆ getDescription()

getDescription ( )

Return the limit description

Возвращает
string|null

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

◆ getTitle()

getTitle ( )

Returns the limit title

Возвращает
string

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

◆ getType()

getType ( )

Returns the element type. For example: lead, deal, file, folder, etc.

Возвращает
string|null

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

◆ jsonSerialize()

jsonSerialize ( )

Specify data which should be serialized to JSON mixed data which can be serialized by json_encode, which is a value of any type other than a resource. 5.4.0

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

◆ setButtons()

setButtons ( $buttons)

Sets the limit buttons

Аргументы
$buttons
Возвращает
$this

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

◆ setDescription()

setDescription ( $description)

Sets the limit description

Аргументы
$description
Возвращает
$this

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

◆ setTitle()

setTitle ( $title)

Sets the limit title

Аргументы
$title
Возвращает
$this

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

◆ setType()

setType ( $type)

Sets the element type. For example: lead, deal, file, folder, etc.

Аргументы
string$type
Возвращает
$this

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