Documentation

ProjectTeamMemberResource extends BaseModel
in package

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

Properties

Methods

__construct()

public __construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
$data : array<string|int, mixed> = []

getManagerOfGroup()

public getManagerOfGroup() : array<string|int, mixed>
Return values
array<string|int, mixed>

setAccessToAllWorkflowSteps()

public setAccessToAllWorkflowSteps(bool $accessToAllWorkflowSteps) : void
Parameters
$accessToAllWorkflowSteps : bool

setPermissions()

public setPermissions(array<string|int, mixed> $permissions) : void
Parameters
$permissions : array<string|int, mixed>

        
On this page

Search results