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.
Beschreibung
Dependency groups are documented here
Parameter
- string
$name
Dependency group name to validate
Fehler-Meldungen
throws
no exceptions thrown
Final
final - this method should not be overridden.
Hinweise
Diese Methode sollte statisch
aufgerufen werden..