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

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

 canRead ($userId)
 
 canAdd ($userId)
 
 canEdit ($userId)
 
- Открытые члены унаследованные от Entity
 __construct (array $entity, array $storage)
 
 getId ()
 
 getType ()
 
 getXmlId ()
 
 getFullId ()
 
 canEditOwn ($userId)
 
 canModerate ($userId)
 
 setPermission ($userId, $permission)
 
 setEditOwn ($permission)
 
 getPermission ($userId)
 

Открытые атрибуты

const ENTITY_TYPE = 'wf'
 
const MODULE_ID = 'lists'
 
const XML_ID_PREFIX = 'WF_'
 
- Открытые атрибуты унаследованные от Entity
const ENTITY_TYPE = 'default'
 
const MODULE_ID = 'forum'
 
const XML_ID_PREFIX = 'TOPIC_'
 

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

static $permissions = array()
 
- Статические защищенные данные унаследованные от Entity
static $permissions = array()
 
static $pathToUser = '/company/personal/user/#user_id#/'
 
static $pathToGroup = '/workgroups/group/#group_id#/'
 
static $entities
 

Дополнительные унаследованные члены

- Открытые статические члены унаследованные от Entity
static className ()
 
static getModule ()
 
static getEntityType ()
 
static getXmlIdPrefix ()
 
static getEntityByType ($type="")
 
static getEntityByXmlId ($xmlId="")
 
static onMessageIsIndexed ($id, array $message, array &$index)
 
- Защищенные данные унаследованные от Entity
 $entity
 
 $forum
 

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

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

Методы

◆ canAdd()

canAdd ( $userId)
Аргументы
integer$userIdUser id.
Возвращает
bool

Переопределяет метод предка Entity.

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

◆ canEdit()

canEdit ( $userId)
Аргументы
integer$userIdUser id.
Возвращает
bool

Переопределяет метод предка Entity.

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

◆ canRead()

canRead ( $userId)
Аргументы
integer$userIdUser id.
Возвращает
bool

Переопределяет метод предка Entity.

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

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

◆ $permissions

$permissions = array()
staticprotected

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

◆ ENTITY_TYPE

const ENTITY_TYPE = 'wf'

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

◆ MODULE_ID

const MODULE_ID = 'lists'

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

◆ XML_ID_PREFIX

const XML_ID_PREFIX = 'WF_'

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