You are here

public function Uri::getPath in Zircon Profile 8.0

Same name in this branch
  1. 8.0 vendor/zendframework/zend-diactoros/src/Uri.php \Zend\Diactoros\Uri::getPath()
  2. 8.0 vendor/zendframework/zend-feed/src/Uri.php \Zend\Feed\Uri::getPath()
  3. 8.0 vendor/guzzlehttp/psr7/src/Uri.php \GuzzleHttp\Psr7\Uri::getPath()
Same name and namespace in other branches
  1. 8 vendor/zendframework/zend-feed/src/Uri.php \Zend\Feed\Uri::getPath()

Retrieve the URI path

Return value

string

File

vendor/zendframework/zend-feed/src/Uri.php, line 117

Class

Uri

Namespace

Zend\Feed

Code

public function getPath() {
  return $this->path;
}