DeprecatedRuleSetDefinitionInterface
extends
RuleSetDefinitionInterface
in
Tags
Table of Contents
Methods
- getDescription() : string
- getName() : string
- getRules() : array<string, array<string, mixed>|bool>
- Get all rules from rules set.
- getSuccessorsNames() : array<int, string>
- Returns names of rule sets to use instead, if any.
- isRisky() : bool
Methods
getDescription()
public
getDescription() : string
Return values
stringgetName()
public
getName() : string
Return values
stringgetRules()
Get all rules from rules set.
public
getRules() : array<string, array<string, mixed>|bool>
Return values
array<string, array<string, mixed>|bool>getSuccessorsNames()
Returns names of rule sets to use instead, if any.
public
getSuccessorsNames() : array<int, string>
Return values
array<int, string>isRisky()
public
isRisky() : bool