Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongo-php-library
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sinan
mongo-php-library
Commits
cbb7f43a
Commit
cbb7f43a
authored
Oct 27, 2016
by
Jeremy Mikola
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix language for $databaseName and $collectionName params
parent
1892dc6f
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
4 deletions
+14
-4
apiargs-MongoDBClient-method-dropDatabase-param.yaml
...udes/apiargs-MongoDBClient-method-dropDatabase-param.yaml
+2
-0
apiargs-MongoDBClient-method-get-param.yaml
docs/includes/apiargs-MongoDBClient-method-get-param.yaml
+2
-0
apiargs-MongoDBClient-method-selectCollection-param.yaml
.../apiargs-MongoDBClient-method-selectCollection-param.yaml
+4
-0
apiargs-MongoDBClient-method-selectDatabase-param.yaml
...es/apiargs-MongoDBClient-method-selectDatabase-param.yaml
+2
-0
apiargs-common-param.yaml
docs/includes/apiargs-common-param.yaml
+4
-4
No files found.
docs/includes/apiargs-MongoDBClient-method-dropDatabase-param.yaml
View file @
cbb7f43a
...
@@ -3,6 +3,8 @@ source:
...
@@ -3,6 +3,8 @@ source:
ref
:
$databaseName
ref
:
$databaseName
operation
:
MongoDB\\Client::dropDatabase
operation
:
MongoDB\\Client::dropDatabase
position
:
1
position
:
1
replacement
:
action
:
"
to
drop"
---
---
source
:
source
:
file
:
apiargs-common-param.yaml
file
:
apiargs-common-param.yaml
...
...
docs/includes/apiargs-MongoDBClient-method-get-param.yaml
View file @
cbb7f43a
...
@@ -3,4 +3,6 @@ source:
...
@@ -3,4 +3,6 @@ source:
ref
:
$databaseName
ref
:
$databaseName
operation
:
MongoDB\\Client::__get
operation
:
MongoDB\\Client::__get
position
:
1
position
:
1
replacement
:
action
:
"
to
select"
...
...
docs/includes/apiargs-MongoDBClient-method-selectCollection-param.yaml
View file @
cbb7f43a
...
@@ -3,12 +3,16 @@ source:
...
@@ -3,12 +3,16 @@ source:
ref
:
$databaseName
ref
:
$databaseName
operation
:
MongoDB\\Client::selectCollection
operation
:
MongoDB\\Client::selectCollection
position
:
1
position
:
1
replacement
:
action
:
"
containing
the
collection
to
select"
---
---
source
:
source
:
file
:
apiargs-common-param.yaml
file
:
apiargs-common-param.yaml
ref
:
$collectionName
ref
:
$collectionName
operation
:
MongoDB\\Client::selectCollection
operation
:
MongoDB\\Client::selectCollection
position
:
2
position
:
2
replacement
:
action
:
"
to
select"
---
---
source
:
source
:
file
:
apiargs-common-param.yaml
file
:
apiargs-common-param.yaml
...
...
docs/includes/apiargs-MongoDBClient-method-selectDatabase-param.yaml
View file @
cbb7f43a
...
@@ -3,6 +3,8 @@ source:
...
@@ -3,6 +3,8 @@ source:
ref
:
$databaseName
ref
:
$databaseName
operation
:
MongoDB\\Client::selectDatabase
operation
:
MongoDB\\Client::selectDatabase
position
:
1
position
:
1
replacement
:
action
:
"
to
select"
---
---
source
:
source
:
file
:
apiargs-common-param.yaml
file
:
apiargs-common-param.yaml
...
...
docs/includes/apiargs-common-param.yaml
View file @
cbb7f43a
...
@@ -2,24 +2,24 @@ arg_name: param
...
@@ -2,24 +2,24 @@ arg_name: param
name
:
$databaseName
name
:
$databaseName
type
:
string
type
:
string
description
:
|
description
:
|
The name of the database{{
select
}}.
The name of the database{{
action
}}.
interface
:
phpmethod
interface
:
phpmethod
operation
:
selectCollection
operation
:
selectCollection
optional
:
false
optional
:
false
replacement
:
replacement
:
select
:
"
to
select
"
action
:
"
"
position
:
1
position
:
1
---
---
arg_name
:
param
arg_name
:
param
name
:
$collectionName
name
:
$collectionName
type
:
string
type
:
string
description
:
|
description
:
|
The name of the collection{{
select
}}.
The name of the collection{{
action
}}.
interface
:
phpmethod
interface
:
phpmethod
operation
:
selectCollection
operation
:
selectCollection
optional
:
false
optional
:
false
replacement
:
replacement
:
select
:
"
to
select
"
action
:
"
"
position
:
2
position
:
2
---
---
arg_name
:
param
arg_name
:
param
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment