PHP 클래스 LeanMapper\Fluent

저자: Vojtěch Kohout
상속: extends DibiFluen\DibiFluent
파일 보기 프로젝트 열기: tharos/leanmapper 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$masks array

공개 메소드들

메소드 설명
_export ( string | null $clause = null, array | null $args = null ) : string Exports current state
applyFilter ( Closur\Closure | string $filter, mixed | null $args = null ) : FilteringResult | null Applies given filter to current statement
createSelect ( array | null $args = null ) : self
getRelatedKeys ( ) : array | null
setRelatedKeys ( array | null $keys ) : self

메소드 상세

_export() 공개 메소드

Exports current state
public _export ( string | null $clause = null, array | null $args = null ) : string
$clause string | null
$args array | null
리턴 string

applyFilter() 공개 메소드

Applies given filter to current statement
public applyFilter ( Closur\Closure | string $filter, mixed | null $args = null ) : FilteringResult | null
$filter Closur\Closure | string
$args mixed | null
리턴 FilteringResult | null

createSelect() 공개 메소드

public createSelect ( array | null $args = null ) : self
$args array | null
리턴 self

getRelatedKeys() 공개 메소드

public getRelatedKeys ( ) : array | null
리턴 array | null

setRelatedKeys() 공개 메소드

public setRelatedKeys ( array | null $keys ) : self
$keys array | null
리턴 self

프로퍼티 상세

$masks 공개적으로 정적으로 프로퍼티

public static array $masks
리턴 array