Collection
implements
IteratorAggregate, Arrayable
Table of Contents
Interfaces
- IteratorAggregate
- Arrayable
Methods
-
__construct()
: mixed
-
count()
: int
-
createFromArray()
: static
-
filter()
: static
-
getIterator()
: ArrayIterator
-
toArray()
: array<string|int, mixed>
__construct()
public
__construct(Crm ...$fields) : mixed
Parameters
-
$fields
: Crm
-
count()
public
count() : int
createFromArray()
public
static createFromArray(array<string|int, mixed> $xmlIds) : static
Parameters
-
$xmlIds
: array<string|int, mixed>
-
filter()
public
filter() : static
getIterator()
public
getIterator() : ArrayIterator
Return values
ArrayIterator
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>