Beispiel #1
0
 /**
  * Gets the URI path string.
  *
  * @return  string  The URI path string.
  *
  * @since   11.1
  */
 public function getPath()
 {
     return BeeString::strtolower($this->path);
 }