Esempio n. 1
0
 /**
  * Get the application doc root.
  *
  * @return string The path to the application doc root.
  */
 public function getApplicationDocRoot()
 {
     return Runtime::getApplicationPath() . '/Resources/public/';
 }