PHP 클래스 Bravo3\Orm\Mappers\Metadata\Condition

파일 보기 프로젝트 열기: bravo3/orm

보호된 프로퍼티들

프로퍼티 타입 설명
$column string
$comparison string
$method string
$value mixed

공개 메소드들

메소드 설명
__construct ( string $column, string $method, string $value, string $comparison = '=' )
getColumn ( ) : string Get Column
getComparison ( ) : string Get Comparison
getMethod ( )
getValue ( ) : mixed Get Value
setColumn ( string $column ) Set Column
setComparison ( string $comparison ) Set Comparison
setMethod ( $method )
setValue ( mixed $value ) Set Value
test ( mixed $value ) : boolean Test a value against this condition

메소드 상세

__construct() 공개 메소드

public __construct ( string $column, string $method, string $value, string $comparison = '=' )
$column string
$method string
$value string
$comparison string

getColumn() 공개 메소드

Get Column
public getColumn ( ) : string
리턴 string

getComparison() 공개 메소드

Get Comparison
public getComparison ( ) : string
리턴 string

getMethod() 공개 메소드

public getMethod ( )

getValue() 공개 메소드

Get Value
public getValue ( ) : mixed
리턴 mixed

setColumn() 공개 메소드

Set Column
public setColumn ( string $column )
$column string

setComparison() 공개 메소드

Set Comparison
public setComparison ( string $comparison )
$comparison string

setMethod() 공개 메소드

public setMethod ( $method )

setValue() 공개 메소드

Set Value
public setValue ( mixed $value )
$value mixed

test() 공개 메소드

Test a value against this condition
public test ( mixed $value ) : boolean
$value mixed
리턴 boolean

프로퍼티 상세

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

protected string $column
리턴 string

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

protected string $comparison
리턴 string

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

protected string $method
리턴 string

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

protected mixed $value
리턴 mixed