Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Nextcloud
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Nextcloud
Commits
738fcdaf
Commit
738fcdaf
authored
10 years ago
by
Thomas Müller
Browse files
Options
Downloads
Plain Diff
Merge pull request #14159 from owncloud/remove-internal
Remove internal annotation
parents
c751ba04
2f80be45
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/private/urlgenerator.php
+3
-5
3 additions, 5 deletions
lib/private/urlgenerator.php
with
3 additions
and
5 deletions
lib/private/urlgenerator.php
+
3
−
5
View file @
738fcdaf
...
@@ -32,8 +32,7 @@ class URLGenerator implements IURLGenerator {
...
@@ -32,8 +32,7 @@ class URLGenerator implements IURLGenerator {
/**
/**
* Creates an url using a defined route
* Creates an url using a defined route
* @param string $route
* @param string $route
* @param array $parameters
* @param array $parameters args with param=>value, will be appended to the returned url
* @internal param array $args with param=>value, will be appended to the returned url
* @return string the url
* @return string the url
*
*
* Returns a url to the given route.
* Returns a url to the given route.
...
@@ -45,9 +44,8 @@ class URLGenerator implements IURLGenerator {
...
@@ -45,9 +44,8 @@ class URLGenerator implements IURLGenerator {
/**
/**
* Creates an absolute url using a defined route
* Creates an absolute url using a defined route
* @param string $route
* @param string $routeName
* @param array $parameters
* @param array $arguments args with param=>value, will be appended to the returned url
* @internal param array $args with param=>value, will be appended to the returned url
* @return string the url
* @return string the url
*
*
* Returns an absolute url to the given route.
* Returns an absolute url to the given route.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment