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

Inheritance: extends FilterException
Afficher le fichier Open project: sulu/sulu

Méthodes publiques

Méthode 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 méthode

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

getId() public méthode

Returns the id of the condition.
public getId ( ) : integer
Résultat integer

getType() public méthode

Returns the of the condition.
public getType ( ) : integer
Résultat integer

getValue() public méthode

Returns value of the condition.
public getValue ( ) : string
Résultat string