PHP Класс Sulu\Bundle\ResourceBundle\Resource\Exception\ConditionTypeMismatchException

Наследование: extends FilterException
Показать файл Открыть проект

Открытые методы

Метод Описание
__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