Bitrix API

Finder

Table of Contents

Constants

SALE_LOCATION_INDEX_VALID_OPT  = 'sale.location.index_valid'
SALE_LOCATION_INDEXED_LANGUAGES_OPT  = 'sale.location.indexed_langs'
SALE_LOCATION_INDEXED_TYPES_OPT  = 'sale.location.indexed_types'

Methods

checkIndexValid()  : mixed
find()  : mixed
$parameters is an ORM`s getList compatible array of parameters
getIndexedLanguages()  : mixed
getIndexedTypes()  : mixed
setIndexedLanguages()  : mixed
setIndexedTypes()  : mixed
setIndexInvalid()  : mixed
setIndexValid()  : mixed

Constants

SALE_LOCATION_INDEX_VALID_OPT

public mixed SALE_LOCATION_INDEX_VALID_OPT = 'sale.location.index_valid'

SALE_LOCATION_INDEXED_LANGUAGES_OPT

public mixed SALE_LOCATION_INDEXED_LANGUAGES_OPT = 'sale.location.indexed_langs'

SALE_LOCATION_INDEXED_TYPES_OPT

public mixed SALE_LOCATION_INDEXED_TYPES_OPT = 'sale.location.indexed_types'

Methods

checkIndexValid()

public static checkIndexValid() : mixed

find()

$parameters is an ORM`s getList compatible array of parameters

public static find(mixed $parameters[, mixed $behaviour = ['FALLBACK_TO_NOINDEX_ON_NOTFOUND' => true, 'USE_INDEX' => true, 'USE_ORM' => true] ]) : mixed
Parameters
$parameters : mixed
$behaviour : mixed = ['FALLBACK_TO_NOINDEX_ON_NOTFOUND' => true, 'USE_INDEX' => true, 'USE_ORM' => true]

getIndexedLanguages()

public static getIndexedLanguages() : mixed

getIndexedTypes()

public static getIndexedTypes() : mixed

setIndexedLanguages()

public static setIndexedLanguages([mixed $langs = array() ]) : mixed
Parameters
$langs : mixed = array()

setIndexedTypes()

public static setIndexedTypes([mixed $types = array() ]) : mixed
Parameters
$types : mixed = array()

setIndexInvalid()

public static setIndexInvalid() : mixed

setIndexValid()

public static setIndexValid() : mixed

        
On this page

Search results