Group
extends BaseModel
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
$createdAt
protected
string
$createdAt
$description
protected
string
$description
$id
protected
int
$id
$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
__construct()
public
__construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
-
$data
: array<string|int, mixed>
= []
-
getCreatedAt()
public
getCreatedAt() : string
getDescription()
public
getDescription() : string
getId()
public
getId() : int
getName()
public
getName() : string
getOrganizationId()
public
getOrganizationId() : int
getParentId()
public
getParentId() : int
getProjectsCount()
public
getProjectsCount() : int
getSubgroupsCount()
public
getSubgroupsCount() : int
getUpdatedAt()
public
getUpdatedAt() : string
getUserId()
public
getUserId() : 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
-