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

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

 __construct (array $params=[])
 
 addItem (array $item)
 
 getItems ()
 
 getParameterDocumentId ()
 
 getEvaluateResults ()
 

Открытые атрибуты

const JOINER_AND = 'AND'
 
const JOINER_OR = 'OR'
 

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

array $items = []
 
array $result = []
 
array $parameterDocumentId = []
 

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

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

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

◆ __construct()

__construct ( array $params = [])

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

Методы

◆ addItem()

addItem ( array $item)

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

◆ getEvaluateResults()

getEvaluateResults ( )

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

◆ getItems()

getItems ( )

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

◆ getParameterDocumentId()

getParameterDocumentId ( )

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

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

◆ $items

array $items = []
protected

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

◆ $parameterDocumentId

array $parameterDocumentId = []
protected

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

◆ $result

array $result = []
protected

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

◆ JOINER_AND

const JOINER_AND = 'AND'

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

◆ JOINER_OR

const JOINER_OR = 'OR'

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