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

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

static add ($fields)
 
static update ($id, $fields=array())
 
static delete ($id)
 
static getRepository ()
 
static getBlock ($id)
 
static getById ($id)
 
static deleteByAppCode ($code)
 
static getAppInfo ($id)
 
static getAppByCode ($code)
 
- Открытые статические члены унаследованные от BaseTable
static callback ($code, $callback)
 

Статические открытые данные

static $internalClass = 'RepoTable'
 
- Статические открытые данные унаследованные от BaseTable
static $internalClass = null
 

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

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

Методы

◆ add()

static add ( $fields)
static

Create new record and return it new id.

Аргументы
array$fieldsFields array.
Возвращает
\Bitrix\Main\Result

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

◆ delete()

static delete ( $id)
static

Delete the record.

Аргументы
int$idRecord id.
Возвращает
\Bitrix\Main\Result

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

◆ deleteByAppCode()

static deleteByAppCode ( $code)
static

Delete all app blocks from repo.

Аргументы
string$codeApp code.
Возвращает
void

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

◆ getAppByCode()

static getAppByCode ( $code)
static

Get info about app by code(s) from Repo.

Аргументы
string | array$codeApp code(s).
Возвращает
array

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

◆ getAppInfo()

static getAppInfo ( $id)
static

Return info about installed app(s).

Аргументы
array | int$idRepo block id(s).
Возвращает
array

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

◆ getBlock()

static getBlock ( $id)
static

Return full info from rest block.

Аргументы
int$idBlock id.
Возвращает
array

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

◆ getById()

static getById ( $id)
static

Get row by Id.

Аргументы
int$idId.
Возвращает
Bitrix\Main\DB\Result

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

◆ getRepository()

static getRepository ( )
static

Get repository.

Возвращает
array

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

◆ update()

static update ( $id,
$fields = array() )
static

Update the record.

Аргументы
int$idRecord id.
array$fieldsNew fields record.
Возвращает
\Bitrix\Main\Result

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

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

◆ $internalClass

$internalClass = 'RepoTable'
static

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