Skip to content

Commit

Permalink
UrlScript: updated phpDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Feb 11, 2019
1 parent 55d353f commit aaf78b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Http/UrlScript.php
Expand Up @@ -11,18 +11,18 @@


/**
* Extended HTTP URL.
* URL with base & relative parts.
*
* <pre>
* baseUrl basePath relativePath relativeUrl
* | | | |
* /---------------/-----\/--------\-----------------------------\
* http://nette.org/admin/script.php/pathinfo/?name=param#fragment
* \_______________/\________/
* | |
* scriptPath pathInfo
* </pre>
*
* - scriptPath: /admin/script.php (or simply /admin/ when script is directory index)
* - pathInfo: /pathinfo/ (additional path information)
*
* @property string $scriptPath
* @property-read string $relativePath
* @property-read string $pathInfo
Expand Down

0 comments on commit aaf78b9

Please sign in to comment.