Example #1
0
 /**
  * @return string
  */
 protected function getPath()
 {
     if ($this->path === null) {
         $this->path = Request::getPath();
     }
     return $this->path;
 }