jcb-compiler/src/b9f05dc4-d23a-499a-a826-9749b81818ed/code.power

9 lines
228 B
Plaintext
Raw Normal View History

/**
* Get the Array of Existing Validation Rule Names
*
* @param bool $lowercase Switch to set rules lowercase
*
* @return array
* @since 3.2.0
*/
public function get(bool $lowercase = false): array;