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

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

static getListByDocument (array $documentType, $showInactive=false)
 
static getById ($id)
 
static getQueueById (int $queueId)
 
static saveScript (int $id, array $documentType, array $fields, $userId=null)
 
static createScript (array $documentType)
 
static deleteScript ($id)
 
static activateScript ($id)
 
static deactivateScript ($id)
 
static terminateQueue (int $queueId, int $userId)
 
static deleteQueue (int $queueId, int $userId)
 
static canUserStartScript (int $scriptId, int $userId)
 
static canUserEditScript (int $scriptId, int $userId)
 
static canUserCreateScript (array $documentType, int $userId)
 
static exportScript (int $scriptId)
 
static importScript (array $data, int $userId)
 

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

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

Методы

◆ activateScript()

static activateScript (   $id)
static

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

◆ canUserCreateScript()

static canUserCreateScript ( array  $documentType,
int  $userId 
)
static

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

◆ canUserEditScript()

static canUserEditScript ( int  $scriptId,
int  $userId 
)
static

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

◆ canUserStartScript()

static canUserStartScript ( int  $scriptId,
int  $userId 
)
static

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

◆ createScript()

static createScript ( array  $documentType)
static

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

◆ deactivateScript()

static deactivateScript (   $id)
static

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

◆ deleteQueue()

static deleteQueue ( int  $queueId,
int  $userId 
)
static

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

◆ deleteScript()

static deleteScript (   $id)
static

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

◆ exportScript()

static exportScript ( int  $scriptId)
static

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

◆ getById()

static getById (   $id)
static

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

◆ getListByDocument()

static getListByDocument ( array  $documentType,
  $showInactive = false 
)
static

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

◆ getQueueById()

static getQueueById ( int  $queueId)
static

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

◆ importScript()

static importScript ( array  $data,
int  $userId 
)
static

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

◆ saveScript()

static saveScript ( int  $id,
array  $documentType,
array  $fields,
  $userId = null 
)
static

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

◆ terminateQueue()

static terminateQueue ( int  $queueId,
int  $userId 
)
static

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