You are here

protected property Link::$currentUri in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/dom-crawler/Link.php \Symfony\Component\DomCrawler\Link::currentUri

Type: string The URI of the page where the link is embedded (or the base href)

File

vendor/symfony/dom-crawler/Link.php, line 34

Class

Link
Link represents an HTML link (an HTML a, area or link tag).

Namespace

Symfony\Component\DomCrawler

Code

protected $currentUri;