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

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

 __construct (Entity\Base $entity, $fieldName)
 
 isFullTextIndexEnabled ()
 
 hasField ()
 
 getContent ()
 
 isEnabled ()
 
 save ($entityId)
 
 applyFilter (array &$filter, $searchString)
 

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

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

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

◆ __construct()

__construct ( Entity\Base $entity,
$fieldName )

Filter constructor.

Аргументы
Entity\Base$entityEntity.
string | null$fieldNameField name.

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

Методы

◆ applyFilter()

applyFilter ( array & $filter,
$searchString )

Apply filter.

Аргументы
array&$filterFilter.
string | null$searchStringSearch string.
Возвращает
bool

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

◆ getContent()

getContent ( )

Get content.

Возвращает
Content

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

◆ hasField()

hasField ( )

Return true if entity has field.

Возвращает
bool

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

◆ isEnabled()

isEnabled ( )

Return true if ca save.

Возвращает
bool

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

◆ isFullTextIndexEnabled()

isFullTextIndexEnabled ( )

Is full text index enabled.

Возвращает
bool

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

◆ save()

save ( $entityId)

Save.

Аргументы
int$entityIdEntity ID.
Возвращает
bool

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