PHP 클래스 ValueParser, spaghettiphp

User: anjan Date: 6/22/16 Time: 12:50 PM
파일 보기 프로젝트 열기: spaghettiphp/spaghettiphp 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$conditions
$logical
$operators
$values

공개 메소드들

메소드 설명
__construct ( $conditions )
conditions ( )
values ( )

보호된 메소드들

메소드 설명
evaluate ( $params, $logical = 'and' )
field ( $field )

메소드 상세

__construct() 공개 메소드

public __construct ( $conditions )

conditions() 공개 메소드

public conditions ( )

evaluate() 보호된 메소드

protected evaluate ( $params, $logical = 'and' )

field() 보호된 메소드

protected field ( $field )

values() 공개 메소드

public values ( )

프로퍼티 상세

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

protected $conditions

$logical 보호되어 있는 정적으로 프로퍼티

protected static $logical

$operators 보호되어 있는 정적으로 프로퍼티

protected static $operators

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

protected $values