Documentation

Group extends BaseModel
in package

Table of Contents

Properties

$createdAt  : string
$description  : string
$id  : int
$name  : string
$organizationId  : int
$parentId  : int
$projectsCount  : int
$subgroupsCount  : int
$updatedAt  : string
$userId  : int

Methods

__construct()  : mixed
getCreatedAt()  : string
getDescription()  : string
getId()  : int
getName()  : string
getOrganizationId()  : int
getParentId()  : int
getProjectsCount()  : int
getSubgroupsCount()  : int
getUpdatedAt()  : string
getUserId()  : int
setDescription()  : void
setName()  : void
setParentId()  : void

Properties

$createdAt

protected string $createdAt

$description

protected string $description

$name

protected string $name

$organizationId

protected int $organizationId

$parentId

protected int $parentId

$projectsCount

protected int $projectsCount = 0

$subgroupsCount

protected int $subgroupsCount = 0

$updatedAt

protected string $updatedAt

$userId

protected int $userId

Methods

__construct()

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

getCreatedAt()

public getCreatedAt() : string
Return values
string

getDescription()

public getDescription() : string
Return values
string

getId()

public getId() : int
Return values
int

getName()

public getName() : string
Return values
string

getOrganizationId()

public getOrganizationId() : int
Return values
int

getParentId()

public getParentId() : int
Return values
int

getProjectsCount()

public getProjectsCount() : int
Return values
int

getSubgroupsCount()

public getSubgroupsCount() : int
Return values
int

getUpdatedAt()

public getUpdatedAt() : string
Return values
string

getUserId()

public getUserId() : int
Return values
int

setDescription()

public setDescription(string $description) : void
Parameters
$description : string

setName()

public setName(string $name) : void
Parameters
$name : string

setParentId()

public setParentId(int $parentId) : void
Parameters
$parentId : int

        
On this page

Search results