Example #1
0
 /**
  * Adds a path => array(files) to the excluded client file path array
  *
  * @param array $pathArray Array of files keyed on a base path
  */
 public static function addExcludedClientFilePath(array $pathArray)
 {
     self::$excludedClientFilePaths = array_merge(self::$excludedClientFilePaths, $pathArray);
 }