コード例 #1
0
ファイル: BeeUri.php プロジェクト: Sywooch/Bee-CMS
 /**
  * Gets the URI path string.
  *
  * @return  string  The URI path string.
  *
  * @since   11.1
  */
 public function getPath()
 {
     return BeeString::strtolower($this->path);
 }