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
bef7392c
Commit
bef7392c
authored
10 years ago
by
Joas Schilling
Browse files
Options
Downloads
Patches
Plain Diff
Add type of the variables to the docs
parent
3898fbc0
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/private/allconfig.php
+3
-3
3 additions, 3 deletions
lib/private/allconfig.php
lib/public/iconfig.php
+3
-3
3 additions, 3 deletions
lib/public/iconfig.php
with
6 additions
and
6 deletions
lib/private/allconfig.php
+
3
−
3
View file @
bef7392c
...
...
@@ -332,9 +332,9 @@ class AllConfig implements \OCP\IConfig {
/**
* Fetches a mapped list of userId -> value, for a specified app and key and a list of user IDs.
*
* @param $appName app to get the value for
* @param $key the key to get the value for
* @param $userIds the user IDs to fetch the values for
* @param
string
$appName app to get the value for
* @param
string
$key the key to get the value for
* @param
array
$userIds the user IDs to fetch the values for
* @return array Mapped values: userId => value
*/
public
function
getUserValueForUsers
(
$appName
,
$key
,
$userIds
)
{
...
...
This diff is collapsed.
Click to expand it.
lib/public/iconfig.php
+
3
−
3
View file @
bef7392c
...
...
@@ -128,9 +128,9 @@ interface IConfig {
/**
* Fetches a mapped list of userId -> value, for a specified app and key and a list of user IDs.
*
* @param $appName app to get the value for
* @param $key the key to get the value for
* @param $userIds the user IDs to fetch the values for
* @param
string
$appName app to get the value for
* @param
string
$key the key to get the value for
* @param
array
$userIds the user IDs to fetch the values for
* @return array Mapped values: userId => value
*/
public
function
getUserValueForUsers
(
$appName
,
$key
,
$userIds
);
...
...
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