Example #1
0
 /**
  * Get the path to the public / web directory.
  *
  * @return string 
  * @static 
  */
 public static function tempPath()
 {
     return \October\Rain\Foundation\Application::tempPath();
 }