Example #1
0
 /**
  * Retrieve configuration information about a file role from its XML info
  *
  * @param string $role role name
  * @return array
  */
 static function getInfo($role)
 {
     return \PEAR2\Pyrus\Installer\Role::getInfo($role);
 }