Example #1
0
 /**
  * Returns a path to a module's asset
  *
  * @param   string  $module Module name
  * @param   string  $path   Module's resource relative path
  * @param   boolean $full   Full path flag
  *
  * @return  string
  */
 public function asset($module, $path, $full = true)
 {
     return $this->app->asset($module, $path, $full);
 }