PEAR_Validate::getValidStates
PEAR_Validate::getValidStates() – Get a list of valid stability levels
Synopsis
require_once '/Validate.php';
array
PEAR_Validate::getValidStates
(
)
Description
Utility function for future extensibility of the list of valid stability levels.
Throws
throws no exceptions thrown
Final
final - this method must not be overridden
Note
This function should be called statically.