PermIdentifier
Table of Contents
Properties
-
$entityCode
: string
-
$field
: string|null
-
$fieldValue
: string|null
-
$permCode
: string
Methods
-
__construct()
: mixed
-
fromArray()
: self
-
isEqual()
: bool
$entityCode
read-only
public
string
$entityCode
$field
read-only
public
string|null
$field
= null
$fieldValue
read-only
public
string|null
$fieldValue
= null
$permCode
read-only
public
string
$permCode
__construct()
public
__construct(string $entityCode, string $permCode[, string|null $field = null ][, string|null $fieldValue = null ]) : mixed
Parameters
-
$entityCode
: string
-
-
$permCode
: string
-
-
$field
: string|null
= null
-
-
$fieldValue
: string|null
= null
-
fromArray()
public
static fromArray(array<string|int, mixed> $perm) : self
Parameters
-
$perm
: array<string|int, mixed>
-
isEqual()
public
isEqual(PermIdentifier $other) : bool
Parameters
-
$other
: PermIdentifier
-