PHP 클래스 Bravo3\Orm\Query\IndexedQuery

상속: extends AbstractQuery, implements Bravo3\Orm\Query\QueryInterface
파일 보기 프로젝트 열기: bravo3/orm 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$indices array

공개 메소드들

메소드 설명
__construct ( object | string $class_name, array $indices = [] )
addIndex ( string $index_name, string $value ) Add an index filter
getIndices ( ) : array Get index filters
setIndices ( array $indices ) Set index filters

메소드 상세

__construct() 공개 메소드

public __construct ( object | string $class_name, array $indices = [] )
$class_name object | string
$indices array

addIndex() 공개 메소드

Add an index filter
public addIndex ( string $index_name, string $value )
$index_name string
$value string

getIndices() 공개 메소드

Get index filters
public getIndices ( ) : array
리턴 array

setIndices() 공개 메소드

Set index filters
public setIndices ( array $indices )
$indices array

프로퍼티 상세

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

protected array $indices
리턴 array