phpDocumentor

TextCollection implements Countable, Iterator, ArrayAccess, JsonSerializable

Class TitleCollection

Interfaces, Classes and Traits

Countable
Iterator
ArrayAccess
JsonSerializable

Table of Contents

$position  : int
$values  : array<string|int, AbstractText>
__construct()  : mixed
TitleCollection constructor.
addText()  : void
count()  : int
current()  : mixed
getTextByLanguageCode()  : AbstractText
jsonSerialize()  : mixed
key()  : mixed
next()  : void
offsetExists()  : bool
offsetGet()  : mixed
offsetSet()  : void
offsetUnset()  : void
rewind()  : void
valid()  : bool

Properties

Methods

__construct()

TitleCollection constructor.

public __construct([array<string|int, AbstractText$values = [] ]) : mixed
Parameters
$values : array<string|int, AbstractText> = []
Return values
mixed

count()

public count() : int
Tags
inheritDoc
Return values
int

current()

public current() : mixed
Tags
inheritDoc
Return values
mixed

jsonSerialize()

public jsonSerialize() : mixed
Tags
inheritDoc
Return values
mixed

key()

public key() : mixed
Tags
inheritDoc
Return values
mixed

next()

public next() : void
Tags
inheritDoc
Return values
void

offsetExists()

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

offsetGet()

public offsetGet(mixed $offset) : mixed
Parameters
$offset : mixed
Tags
inheritDoc
Return values
mixed

offsetSet()

public offsetSet(mixed $offset, mixed $value) : void
Parameters
$offset : mixed
$value : mixed
Tags
inheritDoc
Return values
void

offsetUnset()

public offsetUnset(mixed $offset) : void
Parameters
$offset : mixed
Tags
inheritDoc
Return values
void

rewind()

public rewind() : void
Tags
inheritDoc
Return values
void

valid()

public valid() : bool
Tags
inheritDoc
Return values
bool

Search results