ProjectTeamMemberResource
extends BaseModel
Table of Contents
Properties
-
$accessToAllWorkflowSteps
: bool
-
$firstName
: string
-
$givenAccessAt
: string
-
$id
: int
-
$isAdmin
: bool
-
$isDeveloper
: bool
-
$isManager
: bool
-
$lastName
: string
-
$managerOfGroup
: array<string|int, mixed>
-
$permissions
: array<string|int, mixed>
-
$roles
: 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>
-
getRoles()
: array<string|int, mixed>
-
getUsername()
: string
-
isAccessToAllWorkflowSteps()
: bool
-
isAdmin()
: bool
-
isDeveloper()
: bool
-
isManager()
: bool
$accessToAllWorkflowSteps
protected
bool
$accessToAllWorkflowSteps
$firstName
protected
string
$firstName
$givenAccessAt
protected
string
$givenAccessAt
$id
protected
int
$id
$isAdmin
protected
bool
$isAdmin
$isDeveloper
protected
bool
$isDeveloper
$isManager
protected
bool
$isManager
$lastName
protected
string
$lastName
$managerOfGroup
protected
array<string|int, mixed>
$managerOfGroup
= []
$permissions
protected
array<string|int, mixed>
$permissions
= []
$roles
protected
array<string|int, mixed>
$roles
$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>
getRoles()
public
getRoles() : array<string|int, mixed>
Return values
array<string|int, mixed>
getUsername()
public
getUsername() : string
isAccessToAllWorkflowSteps()
public
isAccessToAllWorkflowSteps() : bool
isAdmin()
public
isAdmin() : bool
isDeveloper()
public
isDeveloper() : bool
isManager()
public
isManager() : bool