Gets an array of all rules.
Source
public function get_all_rules() {
return $this->rules;
}
Changelog
Version | Description |
---|---|
6.1.0 | Introduced. |
CARVIEW |
Gets an array of all rules.
public function get_all_rules() {
return $this->rules;
}
Version | Description |
---|---|
6.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.