Example #1
0
 /**
  * Set the themes path for the application.
  *
  * @param string $basePath
  * @return $this 
  * @static 
  */
 public static function setThemesPath($path)
 {
     return \October\Rain\Foundation\Application::setThemesPath($path);
 }