Documentation

CodeUnitCollection
in package
implements Countable, IteratorAggregate

FinalYes

Table of Contents

Interfaces

Countable
IteratorAggregate

Properties

$codeUnits  : mixed

Methods

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

        
On this page

Search results