PEAR_Validate::validGroupName()
--
This validates a dependency group name, and dependency group names must conform to the PEAR
naming convention, so the method is final and static.
Description
Dependency groups are documented here
Parameter
- string
$name
Dependency group name to validate
Throws
throws
no exceptions thrown
Final
final - this method should not be overridden.
Note
This function should be called
statically.