PHP 클래스 Sulu\Bundle\ResourceBundle\Resource\Exception\ConditionTypeMismatchException

상속: extends FilterException
파일 보기 프로젝트 열기: sulu/sulu

공개 메소드들

메소드 설명
__construct ( string $id, integer $value, integer $type )
getId ( ) : integer Returns the id of the condition.
getType ( ) : integer Returns the of the condition.
getValue ( ) : string Returns value of the condition.

메소드 상세

__construct() 공개 메소드

public __construct ( string $id, integer $value, integer $type )
$id string
$value integer
$type integer

getId() 공개 메소드

Returns the id of the condition.
public getId ( ) : integer
리턴 integer

getType() 공개 메소드

Returns the of the condition.
public getType ( ) : integer
리턴 integer

getValue() 공개 메소드

Returns value of the condition.
public getValue ( ) : string
리턴 string