Documentation

TokenCollection
in package
implements ArrayAccess, Iterator, Countable

Table of Contents

Interfaces

ArrayAccess
Iterator
Countable

Properties

$pos  : int
$tokens  : array<string|int, Token>

Methods

addToken()  : void
count()  : int
current()  : Token
key()  : int
next()  : void
offsetExists()  : bool
offsetGet()  : Token
offsetSet()  : void
offsetUnset()  : void
rewind()  : void
valid()  : bool

Properties

Methods

offsetExists()

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

offsetUnset()

public offsetUnset(mixed $offset) : void
Parameters
$offset : mixed

        
On this page

Search results