Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Sulu
Bundle
ResourceBundle
Resource
Exception
ConditionTypeMismatchException
PHP Class Sulu\Bundle\ResourceBundle\Resource\Exception\ConditionTypeMismatchException
Inheritance:
extends
FilterException
Mostrar archivo
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