TaskCollection
implements
IteratorAggregate, ArrayAccess
Table of Contents
Interfaces
- IteratorAggregate
- ArrayAccess
Methods
-
__construct()
: mixed
-
getByCreatorId()
: static
-
getByEmployeeId()
: static
-
getById()
: array<string|int, mixed>|null
-
getCompleted()
: static
-
getCount()
: int
-
getCreatorIdList()
: array<string|int, mixed>
-
getEmployeeIdList()
: array<string|int, mixed>
-
getExpired()
: static
-
getGroupType()
: string
-
getIdList()
: array<string|int, mixed>
-
getIterator()
: ArrayIterator
-
getNotExpired()
: static
-
getTitleList()
: array<string|int, mixed>
-
getType()
: string
-
groupByCreator()
: array<string|int, static>
-
groupByEmployee()
: array<string|int, static>
-
isEmpty()
: bool
-
offsetExists()
: bool
-
offsetGet()
: array<string|int, mixed>|null
-
offsetSet()
: void
-
offsetUnset()
: void
__construct()
public
__construct([array<string|int, mixed> $tasks = [] ][, string $type = 'all' ][, array<string|int, mixed> $parameters = [] ]) : mixed
Parameters
-
$tasks
: array<string|int, mixed>
= []
-
-
$type
: string
= 'all'
-
-
$parameters
: array<string|int, mixed>
= []
-
getByCreatorId()
public
getByCreatorId(int $creatorId) : static
Parameters
-
$creatorId
: int
-
getByEmployeeId()
public
getByEmployeeId(int $employeeId) : static
Parameters
-
$employeeId
: int
-
getById()
public
getById(int $id) : array<string|int, mixed>|null
Parameters
-
$id
: int
-
Return values
array<string|int, mixed>|null
getCompleted()
public
getCompleted() : static
getCount()
public
getCount() : int
getCreatorIdList()
public
getCreatorIdList() : array<string|int, mixed>
Return values
array<string|int, mixed>
getEmployeeIdList()
public
getEmployeeIdList() : array<string|int, mixed>
Return values
array<string|int, mixed>
getExpired()
public
getExpired() : static
getGroupType()
public
getGroupType() : string
getIdList()
public
getIdList() : array<string|int, mixed>
Return values
array<string|int, mixed>
getIterator()
public
getIterator() : ArrayIterator
Return values
ArrayIterator
getNotExpired()
public
getNotExpired() : static
getTitleList()
public
getTitleList() : array<string|int, mixed>
Return values
array<string|int, mixed>
getType()
public
getType() : string
groupByCreator()
public
groupByCreator() : array<string|int, static>
Return values
array<string|int, static>
groupByEmployee()
public
groupByEmployee() : array<string|int, static>
Return values
array<string|int, static>
isEmpty()
public
isEmpty() : bool
offsetExists()
public
offsetExists(mixed $offset) : bool
Parameters
-
$offset
: mixed
-
offsetGet()
public
offsetGet(mixed $offset) : array<string|int, mixed>|null
Parameters
-
$offset
: mixed
-
Return values
array<string|int, mixed>|null
offsetSet()
public
offsetSet(mixed $offset, mixed $value) : void
Parameters
-
$offset
: mixed
-
-
$value
: mixed
-
offsetUnset()
public
offsetUnset(mixed $offset) : void
Parameters
-
$offset
: mixed
-