Bitrix API

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

Methods

__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
Return values
static

getByEmployeeId()

public getByEmployeeId(int $employeeId) : static
Parameters
$employeeId : int
Return values
static

getById()

public getById(int $id) : array<string|int, mixed>|null
Parameters
$id : int
Return values
array<string|int, mixed>|null

getCompleted()

public getCompleted() : static
Return values
static

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>

getGroupType()

public getGroupType() : string
Return values
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
Return values
static

getTitleList()

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

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>

offsetExists()

public offsetExists(mixed $offset) : bool
Parameters
$offset : mixed
Return values
bool

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

        
On this page

Search results