Skip to content

Commit

Permalink
Add value call example
Browse files Browse the repository at this point in the history
  • Loading branch information
tr33m4n committed Apr 30, 2021
1 parent e70b8eb commit d227794
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ $allParameters = $url->getParameters();

$aSpecificParameter = $url->getParameter('this');
// Will return the "this" `\tr33m4n\UrlObject\UrlParameter`

echo $aSpecificParameter->getValue();
// "test"

0 comments on commit d227794

Please sign in to comment.