Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
izzum
rules
Rule
xorRule
izzum\rules\Rule::xorRule PHP Méthode
Rule Class Documentation
Afficher le fichier
Open project: rolfvreijdenberger/izzum-statemachine
xorRule()
final
public
méthode
This means one of the rules should apply but not both.
final
public
xorRule
(
Rule
$other
) :
Rule
$other
Rule
Résultat
Rule
public final function xorRule(Rule $other) { return new XorRule($this, $other); }
Rule
__toString
_applies
addResult
andRule
applies
clearCache
clearResult
containsResult
getCache
getCacheEnabled
getResults
handleException
hasResult
not
orRule
setCache
setCacheEnabled
shouldReturnCache
toString
xorRule