Exemple #1
0
 /**
  * Create the URL to the requested static file
  *
  * @param  string $filename
  * @return string
  */
 public function staticFile($filename)
 {
     return $this->escape($this->_front->getBasename() . '?file=' . $filename);
 }