public static function setPaths($paths)
 {
     if (is_array($paths)) {
         self::$paths = $paths;
     }
     return self::$paths;
 }