ProjectTeamMemberResource
extends BaseModel
Table of Contents
Properties
-
$accessToAllWorkflowSteps
: bool
-
$firstName
: string
-
$givenAccessAt
: string
-
$id
: int
-
$isManager
: bool
-
$lastName
: string
-
$managerAccess
: bool
-
$managerOfGroup
: array<string|int, mixed>
-
$permissions
: array<string|int, mixed>
-
$username
: string
Methods
-
__construct()
: mixed
-
getFirstName()
: string
-
getGivenAccessAt()
: string
-
getId()
: int
-
getLastName()
: string
-
getManagerOfGroup()
: array<string|int, mixed>
-
getPermissions()
: array<string|int, mixed>
-
getUsername()
: string
-
isAccessToAllWorkflowSteps()
: bool
-
isManager()
: bool
-
setAccessToAllWorkflowSteps()
: void
-
setManagerAccess()
: void
-
setPermissions()
: void
$accessToAllWorkflowSteps
protected
bool
$accessToAllWorkflowSteps
$firstName
protected
string
$firstName
$givenAccessAt
protected
string
$givenAccessAt
$id
protected
int
$id
$isManager
protected
bool
$isManager
$lastName
protected
string
$lastName
$managerAccess
protected
bool
$managerAccess
$managerOfGroup
protected
array<string|int, mixed>
$managerOfGroup
= []
$permissions
protected
array<string|int, mixed>
$permissions
= []
$username
protected
string
$username
__construct()
public
__construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
-
$data
: array<string|int, mixed>
= []
-
getFirstName()
public
getFirstName() : string
getGivenAccessAt()
public
getGivenAccessAt() : string
getId()
public
getId() : int
getLastName()
public
getLastName() : string
getManagerOfGroup()
public
getManagerOfGroup() : array<string|int, mixed>
Return values
array<string|int, mixed>
getPermissions()
public
getPermissions() : array<string|int, mixed>
Return values
array<string|int, mixed>
getUsername()
public
getUsername() : string
isAccessToAllWorkflowSteps()
public
isAccessToAllWorkflowSteps() : bool
isManager()
public
isManager() : bool
setAccessToAllWorkflowSteps()
public
setAccessToAllWorkflowSteps(bool $accessToAllWorkflowSteps) : void
Parameters
-
$accessToAllWorkflowSteps
: bool
-
setManagerAccess()
public
setManagerAccess(bool $managerAccess) : void
Parameters
-
$managerAccess
: bool
-
setPermissions()
public
setPermissions(array<string|int, mixed> $permissions) : void
Parameters
-
$permissions
: array<string|int, mixed>
-