Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Flake
Core
Datastructure
Chainable
PHP Interface Flake\Core\Datastructure\Chainable
Inheritance:
extends
ArrayAccess
,
extends
Iterator
,
extends
Countable
Exibir arquivo
Open project: jeromeschneider/baikal
Interface Usage Examples
Public Methods
Method
Description
chain
(
Chain
$chain
,
$key
)
first
( )
last
( )
prev
( )
# public function &next(); # This is already specified by interface Iterator
Method Details
chain()
public
method
public
chain
(
Chain
$chain
,
$key
)
$chain
Chain
first()
public
method
public
first
( )
last()
public
method
public
last
( )
prev()
public
method
# public function &next(); # This is already specified by interface Iterator
public
prev
( )