Access
Table of Contents
Methods
-
canCreate()
: bool
-
canDelete()
: bool
-
canDeleteIncomingRequest()
: bool
-
canDeleteOutgoingRequest()
: bool
-
canExclude()
: bool
-
canJoin()
: bool
-
canLeave()
: bool
-
canModify()
: bool
-
canProcessIncomingRequest()
: bool
-
canRemoveModerator()
: bool
-
canSetModerator()
: bool
-
canSetOwner()
: bool
-
canSetScrumMaster()
: bool
-
canUpdate()
: bool
-
canView()
: bool
-
isRuleEnabled()
: bool
canCreate()
public
static canCreate([array<string|int, mixed> $params = [] ]) : bool
Parameters
-
$params
: array<string|int, mixed>
= []
-
canDelete()
public
static canDelete([array<string|int, mixed> $params = [] ]) : bool
Parameters
-
$params
: array<string|int, mixed>
= []
-
canDeleteIncomingRequest()
public
static canDeleteIncomingRequest([array<string|int, mixed> $params = [] ]) : bool
Parameters
-
$params
: array<string|int, mixed>
= []
-
canDeleteOutgoingRequest()
public
static canDeleteOutgoingRequest([array<string|int, mixed> $params = [] ]) : bool
Parameters
-
$params
: array<string|int, mixed>
= []
-
canExclude()
public
static canExclude([array<string|int, mixed> $params = [] ]) : bool
Parameters
-
$params
: array<string|int, mixed>
= []
-
canJoin()
public
static canJoin([array<string|int, mixed> $params = [] ]) : bool
Parameters
-
$params
: array<string|int, mixed>
= []
-
canLeave()
public
static canLeave([array<string|int, mixed> $params = [] ]) : bool
Parameters
-
$params
: array<string|int, mixed>
= []
-
canModify()
public
static canModify([array<string|int, mixed> $params = [] ]) : bool
Parameters
-
$params
: array<string|int, mixed>
= []
-
canProcessIncomingRequest()
public
static canProcessIncomingRequest([array<string|int, mixed> $params = [] ]) : bool
Parameters
-
$params
: array<string|int, mixed>
= []
-
canRemoveModerator()
public
static canRemoveModerator([array<string|int, mixed> $params = [] ]) : bool
Parameters
-
$params
: array<string|int, mixed>
= []
-
canSetModerator()
public
static canSetModerator([array<string|int, mixed> $params = [] ]) : bool
Parameters
-
$params
: array<string|int, mixed>
= []
-
canSetOwner()
public
static canSetOwner([array<string|int, mixed> $params = [] ]) : bool
Parameters
-
$params
: array<string|int, mixed>
= []
-
canSetScrumMaster()
public
static canSetScrumMaster([array<string|int, mixed> $params = [] ]) : bool
Parameters
-
$params
: array<string|int, mixed>
= []
-
canUpdate()
public
static canUpdate([array<string|int, mixed> $params = [] ]) : bool
Parameters
-
$params
: array<string|int, mixed>
= []
-
canView()
public
static canView([array<string|int, mixed> $params = [] ]) : bool
Parameters
-
$params
: array<string|int, mixed>
= []
-
isRuleEnabled()
public
static isRuleEnabled([string $rule = '' ]) : bool
Parameters
-
$rule
: string
= ''
-