Beispiel #1
0
 public static function doExport(array $roleCollection)
 {
     self::$exportFile = self::getExportFilePath();
     self::openExportFile();
     array_walk($roleCollection, 'PimPon_Role_Export::exportRole');
     self::closeExportFile();
     return self::$exportFile;
 }