PHP Class Sulu\Bundle\ResourceBundle\Resource\Exception\ConditionTypeMismatchException

Inheritance: extends FilterException
Show file Open project: sulu/sulu

Public Methods

Method Description
__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.

Method Details

__construct() public method

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

getId() public method

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

getType() public method

Returns the of the condition.
public getType ( ) : integer
return integer

getValue() public method

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