PHP Class Tipsy\Looper

Inheritance: implements Iterator, implements JsonSerializable
Mostrar archivo Open project: tipsyphp/tipsy

Public Methods

Method 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

Method Description
_filter ( )
_returnItems ( $items )

Method Details

__call() public method

public __call ( $name, $arguments )

__construct() public method

public __construct ( )

__get() public method

public __get ( $name )

__set() public method

public __set ( $name, $value )

__toString() public method

public __toString ( )

count() public method

public count ( )

current() public method

public current ( )

e() public method

public e ( $f )

each() public method

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

eq() public method

public eq ( $pos )

filter() public method

public filter ( )

get() public method

public get ( $index )

items() public method

public items ( )

json() public method

public json ( $args = [] )

jsonSerialize() public method

public jsonSerialize ( )

key() public method

public key ( )

next() public method

public next ( )

not() public method

public not ( )

o() public static method

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 method

public parent ( )

remove() public method

public remove ( $start )

rewind() public method

public rewind ( )

set() public method

public set ( $var, $val )

slice() public method

public slice ( $start, $end = null )

valid() public method

public valid ( )