Documentation

CodeUnitCollection
in package
implements Countable, IteratorAggregate

Interfaces, Classes, Traits and Enums

Countable
IteratorAggregate

Table of Contents

$codeUnits  : mixed
asArray()  : array<string|int, mixed>
count()  : int
fromArray()  : self
fromList()  : self
getIterator()  : CodeUnitCollectionIterator
isEmpty()  : bool
mergeWith()  : self
__construct()  : mixed
add()  : void

Properties

Methods

asArray()

public asArray() : array<string|int, mixed>
Tags
psalm-return

list<CodeUnit>

Return values
array<string|int, mixed>

fromArray()

public static fromArray(array<string|int, mixed> $items) : self
Parameters
$items : array<string|int, mixed>
Tags
psalm-param

list<CodeUnit> $items

Return values
self

mergeWith()

public mergeWith(self $other) : self
Parameters
$other : self
Return values
self

Search results