File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ class AqlUserFunction
75
75
76
76
77
77
/**
78
- * Initialise the AqlUserFunction object
78
+ * Initialize the AqlUserFunction object
79
79
*
80
80
* The $attributesArray array can be used to specify the name and code for the user function in form of an array.
81
81
*
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ class Autoloader
35
35
const EXTENSION = '.php ' ;
36
36
37
37
/**
38
- * Initialise the autoloader
38
+ * Initialize the autoloader
39
39
*
40
40
* @throws Exception
41
41
* @return void
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ class Cursor implements \Iterator
176
176
const ENTRY_BASEURL = 'baseurl ' ;
177
177
178
178
/**
179
- * Initialise the cursor with the first results and some metadata
179
+ * Initialize the cursor with the first results and some metadata
180
180
*
181
181
* @param Connection $connection - connection to be used
182
182
* @param array $data - initial result data as returned by the server
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ class Statement
257
257
const ENTRY_TRANSACTION = 'transaction ' ;
258
258
259
259
/**
260
- * Initialise the statement
260
+ * Initialize the statement
261
261
*
262
262
* The $data property can be used to specify the query text and further
263
263
* options for the query.
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ class Transaction extends TransactionBase
74
74
protected $ _action ;
75
75
76
76
/**
77
- * Initialise the transaction object
77
+ * Initialize the transaction object
78
78
*
79
79
* The $transaction array can be used to specify the collections, action and further
80
80
* options for the transaction in form of an array.
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ class TransactionBase
63
63
const ENTRY_EXCLUSIVE = 'exclusive ' ;
64
64
65
65
/**
66
- * Initialise the transaction object
66
+ * Initialize the transaction object
67
67
*
68
68
* @param Connection $connection - the connection to be used
69
69
*
Original file line number Diff line number Diff line change @@ -61,11 +61,11 @@ class Traversal
61
61
protected $ _action ;
62
62
63
63
/**
64
- * Initialise the Traversal object
64
+ * Initialize the Traversal object
65
65
*
66
66
* @param Connection $connection - the connection to be used
67
- * @param string $startVertex - user function initialization data
68
- * @param string $edgeCollection - user function initialization data
67
+ * @param string $startVertex - start vertex id for query
68
+ * @param string $edgeCollection - name of the underlying edge collection
69
69
* @param array $options
70
70
*
71
71
* @throws \ArangoDBClient\ClientException
You can’t perform that action at this time.
0 commit comments