public function Profile::getUrl in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-kernel/Profiler/Profile.php \Symfony\Component\HttpKernel\Profiler\Profile::getUrl()
Returns the URL.
Return value
string The URL
File
- vendor/
symfony/ http-kernel/ Profiler/ Profile.php, line 146
Class
- Profile
- Profile.
Namespace
Symfony\Component\HttpKernel\ProfilerCode
public function getUrl() {
return $this->url;
}