PHP Class Tipsy\Looper

Inheritance: implements Iterator, implements JsonSerializable
Afficher le fichier Open project: tipsyphp/tipsy

Méthodes publiques

Méthode Description
__call ( $name, $arguments )
__construct ( )
__get ( $name )
__set ( $name, $value )
__toString ( )
count ( )
current ( )
e ( $f )
each ( $func, $params = [] )
eq ( $pos )
filter ( )
get ( $index )
items ( )
json ( $args = [] )
jsonSerialize ( )
key ( )
next ( )
not ( )
o ( ) if anyone knows any way to pass func_get_args by reference i would love you. i want string manipulation
parent ( )
remove ( $start )
rewind ( )
set ( $var, $val )
slice ( $start, $end = null )
valid ( )

Private Methods

Méthode Description
_filter ( )
_returnItems ( $items )

Method Details

__call() public méthode

public __call ( $name, $arguments )

__construct() public méthode

public __construct ( )

__get() public méthode

public __get ( $name )

__set() public méthode

public __set ( $name, $value )

__toString() public méthode

public __toString ( )

count() public méthode

public count ( )

current() public méthode

public current ( )

e() public méthode

public e ( $f )

each() public méthode

public each ( $func, $params = [] )

eq() public méthode

public eq ( $pos )

filter() public méthode

public filter ( )

get() public méthode

public get ( $index )

items() public méthode

public items ( )

json() public méthode

public json ( $args = [] )

jsonSerialize() public méthode

public jsonSerialize ( )

key() public méthode

public key ( )

next() public méthode

public next ( )

not() public méthode

public not ( )

o() public static méthode

if anyone knows any way to pass func_get_args by reference i would love you. i want string manipulation
public static o ( )

parent() public méthode

public parent ( )

remove() public méthode

public remove ( $start )

rewind() public méthode

public rewind ( )

set() public méthode

public set ( $var, $val )

slice() public méthode

public slice ( $start, $end = null )

valid() public méthode

public valid ( )