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

Открытые статические члены

static getPoolByCode ($code)
 
static get ($code, $type)
 
static getByIndex ($code, $type, $index)
 
static add ($code, $type, $value)
 
static delete ($code, $type, $index)
 
static isTypeExists ($code, $type)
 
static resetPool ($code=null, $type=null)
 

Статические защищенные данные

static $pool = array()
 
static $index = 0
 

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

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

Методы

◆ add()

static add ( $code,
$type,
$value )
static
Аргументы
$code
$type
$value

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

◆ delete()

static delete ( $code,
$type,
$index )
static
Аргументы
$code
$type
$index

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

◆ get()

static get ( $code,
$type )
static

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

◆ getByIndex()

static getByIndex ( $code,
$type,
$index )
static
Аргументы
$code
$type
int$index
Возвращает
null|mixed

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

◆ getPoolByCode()

static getPoolByCode ( $code)
static

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

◆ isTypeExists()

static isTypeExists ( $code,
$type )
static
Аргументы
$code
$type
Возвращает
bool

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

◆ resetPool()

static resetPool ( $code = null,
$type = null )
static
Аргументы
null$code
null$type

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

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

◆ $index

$index = 0
staticprotected

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

◆ $pool

$pool = array()
staticprotected

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