PHP 클래스 Gpf_Rpc_FilterCollection

상속: extends Gpf_Object, implements IteratorAggregate
파일 보기 프로젝트 열기: fubralimited/php-oara 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Gpf_Rpc_Params $params = null )
add ( array $filterArray )
addTo ( Gpf_SqlBuilder_WhereClause $whereClause )
getFilter ( string $code ) : array Returns first filter with specified code.
getFilterValue ( $code )
getIterator ( ) : ArrayIterator
getSize ( )
isFilter ( $code )
loadDefaultFilterCollection ( $filterType )
loadFilterById ( $filterId )
matches ( Gpf_Data_Record $row )

비공개 메소드들

메소드 설명
init ( Gpf_Rpc_Params $params )

메소드 상세

__construct() 공개 메소드

public __construct ( Gpf_Rpc_Params $params = null )
$params Gpf_Rpc_Params

add() 공개 메소드

public add ( array $filterArray )
$filterArray array

addTo() 공개 메소드

public addTo ( Gpf_SqlBuilder_WhereClause $whereClause )
$whereClause Gpf_SqlBuilder_WhereClause

getFilter() 공개 메소드

If filter with specified code does not exists null is returned.
public getFilter ( string $code ) : array
$code string
리턴 array

getFilterValue() 공개 메소드

public getFilterValue ( $code )

getIterator() 공개 메소드

getSize() 공개 메소드

public getSize ( )

isFilter() 공개 메소드

public isFilter ( $code )

loadDefaultFilterCollection() 공개 메소드

public loadDefaultFilterCollection ( $filterType )

loadFilterById() 공개 메소드

public loadFilterById ( $filterId )

matches() 공개 메소드

public matches ( Gpf_Data_Record $row )
$row Gpf_Data_Record