1 | <?php |
||
8 | class MainSnakContextCursor extends ApiV2ContextCursor { |
||
9 | |||
10 | /** |
||
11 | * @var string |
||
12 | */ |
||
13 | private $entityId; |
||
14 | |||
15 | /** |
||
16 | * @var string |
||
17 | */ |
||
18 | private $statementPropertyId; |
||
19 | |||
20 | /** |
||
21 | * @var string |
||
22 | */ |
||
23 | private $statementGuid; |
||
24 | |||
25 | /** |
||
26 | * @var string |
||
27 | */ |
||
28 | private $snakHash; |
||
29 | |||
30 | /** |
||
31 | * @param string $entityId |
||
32 | * @param string $statementPropertyId |
||
33 | * @param string $statementGuid |
||
34 | * @param string $snakHash |
||
35 | */ |
||
36 | public function __construct( |
||
47 | |||
48 | /** |
||
49 | * @codeCoverageIgnore This method is purely declarative. |
||
50 | */ |
||
51 | public function getType() { |
||
54 | |||
55 | public function getEntityId() { |
||
58 | |||
59 | public function getStatementPropertyId() { |
||
62 | |||
63 | public function getStatementGuid() { |
||
66 | |||
67 | public function getSnakPropertyId() { |
||
70 | |||
71 | public function getSnakHash() { |
||
74 | |||
75 | protected function &getMainArray( array &$container ) { |
||
86 | |||
87 | } |
||
88 |