예제 #1
0
 public static function getFile($path, $params = null)
 {
     self::$Logger = Logger::getLogger('Kernel.FSI');
     self::$Logger->debug("getFile called with path: \"" . $path . "\" and params: " . $params);
     return FileObjectsFactory::getInstance()->getFile($path, $params);
 }