Esempio n. 1
0
 /**
  * Get path of request URI
  * 
  * @return string Path of request URI
  */
 public function getPath()
 {
     return \sprintf("avatar/%s", parent::getPath());
 }