Méthode | Description | |
---|---|---|
__construct ( array $vars = [] ) | Constructor. | |
check ( ) : boolean | string | Checks if the rule parameters are valid. | |
generate ( ) : string | Returns a script snippet representing this rule and any sub-rules. | |
requires ( ) : array | Returns a list of sieve extensions required for this rule and any sub-rules. |
public __construct ( array $vars = [] ) | ||
$vars | array | Any required parameters. |