File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change 16
16
* @package ArangoDbPhpClient
17
17
*/
18
18
class Edge extends Document {
19
- // /**
20
- // * The document id (might be NULL for new documents)
21
- // * @var string - document id
22
- // */
23
- // private $_id = NULL;
24
- //
25
- // /**
26
- // * The document revision (might be NULL for new documents)
27
- // * @var mixed
28
- // */
29
- // private $_rev = NULL;
30
- //
31
19
/**
32
20
* The edge's from (might be NULL for new documents)
33
21
* @var mixed
@@ -40,16 +28,6 @@ class Edge extends Document {
40
28
*/
41
29
protected $ _to = NULL ;
42
30
43
- // /**
44
- // * Document _id index
45
- // */
46
- // const ENTRY_ID = '_id';
47
- //
48
- // /**
49
- // * Revision _rev index
50
- // */
51
- // const ENTRY_REV = '_rev';
52
-
53
31
/**
54
32
* Document _from index
55
33
*/
@@ -71,8 +49,6 @@ class Edge extends Document {
71
49
public function __clone () {
72
50
$ this ->_id = NULL ;
73
51
$ this ->_rev = NULL ;
74
- // $this->_to = NULL;
75
- // $this->_from = NULL;
76
52
77
53
// do not change the _changed flag here
78
54
}
You can’t perform that action at this time.
0 commit comments