PHP 클래스 Pix_Array_Array, pixframework

상속: extends Pix_Array
파일 보기 프로젝트 열기: pixnet/pixframework

보호된 프로퍼티들

프로퍼티 타입 설명
$_cur_data
$_data
$_limit
$_offset
$_order
$_row_count

공개 메소드들

메소드 설명
__construct ( array $data ) : void __construct 傳一個 array $data 進來
__get ( $name )
_sort ( $a, $b )
count ( )
current ( )
first ( )
getLimit ( )
getOffset ( )
getOrder ( )
getPosition ( $obj )
getRand ( $count = null )
key ( )
limit ( $limit = null )
max ( $column = null )
min ( $column = null )
next ( )
offset ( $offset )
offsetExists ( $pos )
offsetGet ( $pos )
offsetSet ( $pos, $value )
offsetUnset ( $pos )
order ( $order = null )
pop ( )
push ( $value )
reverse ( $preserve_keys = false )
rewind ( )
seek ( $pos )
shift ( )
sum ( $column = null )
toArray ( $column = null )
unshift ( $value )
valid ( )

메소드 상세

__construct() 공개 메소드

__construct 傳一個 array $data 進來
public __construct ( array $data ) : void
$data array
리턴 void

__get() 공개 메소드

public __get ( $name )

_sort() 공개 메소드

public _sort ( $a, $b )

count() 공개 메소드

public count ( )

current() 공개 메소드

public current ( )

first() 공개 메소드

public first ( )

getLimit() 공개 메소드

public getLimit ( )

getOffset() 공개 메소드

public getOffset ( )

getOrder() 공개 메소드

public getOrder ( )

getPosition() 공개 메소드

public getPosition ( $obj )

getRand() 공개 메소드

public getRand ( $count = null )

key() 공개 메소드

public key ( )

limit() 공개 메소드

public limit ( $limit = null )

max() 공개 메소드

public max ( $column = null )

min() 공개 메소드

public min ( $column = null )

next() 공개 메소드

public next ( )

offset() 공개 메소드

public offset ( $offset )

offsetExists() 공개 메소드

public offsetExists ( $pos )

offsetGet() 공개 메소드

public offsetGet ( $pos )

offsetSet() 공개 메소드

public offsetSet ( $pos, $value )

offsetUnset() 공개 메소드

public offsetUnset ( $pos )

order() 공개 메소드

public order ( $order = null )

pop() 공개 메소드

public pop ( )

push() 공개 메소드

public push ( $value )

reverse() 공개 메소드

public reverse ( $preserve_keys = false )

rewind() 공개 메소드

public rewind ( )

seek() 공개 메소드

public seek ( $pos )

shift() 공개 메소드

public shift ( )

sum() 공개 메소드

public sum ( $column = null )

toArray() 공개 메소드

public toArray ( $column = null )

unshift() 공개 메소드

public unshift ( $value )

valid() 공개 메소드

public valid ( )

프로퍼티 상세

$_cur_data 보호되어 있는 프로퍼티

protected $_cur_data

$_data 보호되어 있는 프로퍼티

protected $_data

$_limit 보호되어 있는 프로퍼티

protected $_limit

$_offset 보호되어 있는 프로퍼티

protected $_offset

$_order 보호되어 있는 프로퍼티

protected $_order

$_row_count 보호되어 있는 프로퍼티

protected $_row_count