public function Cookie::getPath in Zircon Profile 8
Same name in this branch
- 8 vendor/symfony/http-foundation/Cookie.php \Symfony\Component\HttpFoundation\Cookie::getPath()
- 8 vendor/symfony/browser-kit/Cookie.php \Symfony\Component\BrowserKit\Cookie::getPath()
- 8 vendor/jcalderonzumba/gastonjs/src/Cookie.php \Zumba\GastonJS\Cookie::getPath()
Same name and namespace in other branches
- 8.0 vendor/jcalderonzumba/gastonjs/src/Cookie.php \Zumba\GastonJS\Cookie::getPath()
Returns the path were the cookie is valid
Return value
string
File
- vendor/
jcalderonzumba/ gastonjs/ src/ Cookie.php, line 48
Class
- Cookie
- Class Cookie @package Zumba\GastonJS
Namespace
Zumba\GastonJSCode
public function getPath() {
return $this->attributes['path'];
}