PHP 클래스 Tipsy\Looper

상속: implements Iterator, implements JsonSerializable
파일 보기 프로젝트 열기: tipsyphp/tipsy

공개 메소드들

메소드 설명
__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 ( )

비공개 메소드들

메소드 설명
_filter ( )
_returnItems ( $items )

메소드 상세

__call() 공개 메소드

public __call ( $name, $arguments )

__construct() 공개 메소드

public __construct ( )

__get() 공개 메소드

public __get ( $name )

__set() 공개 메소드

public __set ( $name, $value )

__toString() 공개 메소드

public __toString ( )

count() 공개 메소드

public count ( )

current() 공개 메소드

public current ( )

e() 공개 메소드

public e ( $f )

each() 공개 메소드

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

eq() 공개 메소드

public eq ( $pos )

filter() 공개 메소드

public filter ( )

get() 공개 메소드

public get ( $index )

items() 공개 메소드

public items ( )

json() 공개 메소드

public json ( $args = [] )

jsonSerialize() 공개 메소드

public jsonSerialize ( )

key() 공개 메소드

public key ( )

next() 공개 메소드

public next ( )

not() 공개 메소드

public not ( )

o() 공개 정적인 메소드

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 parent ( )

remove() 공개 메소드

public remove ( $start )

rewind() 공개 메소드

public rewind ( )

set() 공개 메소드

public set ( $var, $val )

slice() 공개 메소드

public slice ( $start, $end = null )

valid() 공개 메소드

public valid ( )