This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/DomCrawler
Fabien Potencier 0469c4a380 feature #18184 [DomCrawler] Expose getter for uri (hason)
This PR was merged into the 3.1-dev branch.

Discussion
----------

[DomCrawler] Expose getter for uri

| Q             | A
| ------------- | ---
| Branch        |
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

Same as #18143

Commits
-------

baebdb4 [DomCrawler] Exposed getter for uri
2016-05-13 10:49:09 -05:00
..
Field Merge branch '2.3' into 2.7 2016-04-09 12:56:56 +02:00
Tests feature #18184 [DomCrawler] Expose getter for uri (hason) 2016-05-13 10:49:09 -05:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
AbstractUriElement.php [DomCrawler] Abstract URI logic and crawl images 2016-02-04 08:43:52 +00:00
CHANGELOG.md [Crawler] Remove a mention of an interface removed before a merge 2016-02-04 08:56:19 +00:00
composer.json updated version to 3.1 2015-11-30 22:39:17 +01:00
Crawler.php feature #18184 [DomCrawler] Expose getter for uri (hason) 2016-05-13 10:49:09 -05:00
Form.php Merge branch '2.3' into 2.7 2016-02-13 10:21:13 +01:00
FormFieldRegistry.php [DomCrawler] Throw an exception if a form field path is incomplete. 2015-05-19 09:01:33 +01:00
Image.php [DomCrawler] Abstract URI logic and crawl images 2016-02-04 08:43:52 +00:00
LICENSE Update copyright year 2016-01-01 23:53:47 -03:00
Link.php [DomCrawler] Abstract URI logic and crawl images 2016-02-04 08:43:52 +00:00
phpunit.xml.dist [ci] SymfonyTestsListener is now auto-registered 2015-10-11 11:37:49 +02:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00

DomCrawler Component

The DomCrawler component eases DOM navigation for HTML and XML documents.

Resources