Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
our_own_cloud_project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
die_coolen_jungs
our_own_cloud_project
Commits
e31f6c01
Commit
e31f6c01
authored
11 years ago
by
Thomas Müller
Browse files
Options
Downloads
Patches
Plain Diff
fixing PHPDoc
parent
9116303c
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/public/app.php
+8
-8
8 additions, 8 deletions
lib/public/app.php
with
8 additions
and
8 deletions
lib/public/app.php
+
8
−
8
View file @
e31f6c01
...
...
@@ -35,10 +35,10 @@ namespace OCP;
*/
class
App
{
/**
* @brief Makes own
c
loud aware of this app
* @brief Makes own
C
loud aware of this app
* @brief This call is deprecated and not necessary to use.
* @param $data array with all information
* @returns
true/false
* @returns
boolean
*
* @deprecated this method is deprecated
* Do not call it anymore
...
...
@@ -52,7 +52,7 @@ class App {
/**
* @brief adds an entry to the navigation
* @param $data array containing the data
* @returns
true/false
* @returns
boolean
*
* This function adds a new entry to the navigation visible to users. $data
* is an associative array.
...
...
@@ -72,8 +72,8 @@ class App {
/**
* @brief marks a navigation entry as active
* @param $id id of the entry
* @returns
true/false
* @param $id
string
id of the entry
* @returns
boolean
*
* This function sets a navigation entry as active and removes the 'active'
* property from all other entries. The templates can use this for
...
...
@@ -104,7 +104,7 @@ class App {
/**
* @brief Read app metadata from the info.xml file
* @param string $app id of the app or the path of the info.xml file
* @param boolean path (optional)
* @param boolean
$
path (optional)
* @returns array
*/
public
static
function
getAppInfo
(
$app
,
$path
=
false
)
{
...
...
@@ -114,7 +114,7 @@ class App {
/**
* @brief checks whether or not an app is enabled
* @param $app app
* @returns
true/false
* @returns
boolean
*
* This function checks whether or not an app is enabled.
*/
...
...
@@ -133,7 +133,7 @@ class App {
/**
* @brief Get the last version of the app, either from appinfo/version or from appinfo/info.xml
* @param $app app
* @returns
true/false
* @returns
boolean
*/
public
static
function
getAppVersion
(
$app
)
{
return
\OC_App
::
getAppVersion
(
$app
);
...
...
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