PHP 클래스 Search\Model\Filter\Boolean

상속: extends Base
파일 보기 프로젝트 열기: friendsofcake/search

보호된 프로퍼티들

프로퍼티 타입 설명
$_defaultConfig array Default configuration.

공개 메소드들

메소드 설명
process ( ) : void Check if a value is truthy/falsy and pass as condition.

메소드 상세

process() 공개 메소드

Check if a value is truthy/falsy and pass as condition.
public process ( ) : void
리턴 void

프로퍼티 상세

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

Default configuration.
protected array $_defaultConfig
리턴 array