Exemplo n.º 1
0
 /**
  * Set the path where static error files are saved through {@link publish()}.
  * Defaults to /assets.
  * 
  * @param string $path
  */
 static function set_static_filepath($path)
 {
     self::$static_filepath = $path;
 }