1 | <?php |
||
16 | class EntityContextCursor extends ApiV2ContextCursor { |
||
17 | |||
18 | /** |
||
19 | * @var string |
||
20 | */ |
||
21 | private $entityId; |
||
22 | |||
23 | /** |
||
24 | * @param string $entityId |
||
25 | */ |
||
26 | public function __construct( |
||
31 | |||
32 | /** |
||
33 | * @codeCoverageIgnore This method is not supported. |
||
34 | */ |
||
35 | public function getType() { |
||
38 | |||
39 | public function getEntityId() { |
||
42 | |||
43 | /** |
||
44 | * @codeCoverageIgnore This method is not supported. |
||
45 | */ |
||
46 | public function getStatementPropertyId() { |
||
49 | |||
50 | /** |
||
51 | * @codeCoverageIgnore This method is not supported. |
||
52 | */ |
||
53 | public function getStatementGuid() { |
||
56 | |||
57 | /** |
||
58 | * @codeCoverageIgnore This method is not supported. |
||
59 | */ |
||
60 | public function getSnakPropertyId() { |
||
63 | |||
64 | /** |
||
65 | * @codeCoverageIgnore This method is not supported. |
||
66 | */ |
||
67 | public function getSnakHash() { |
||
70 | |||
71 | /** |
||
72 | * @codeCoverageIgnore This method is not supported. |
||
73 | */ |
||
74 | public function &getMainArray( array &$container ) { |
||
77 | |||
78 | /** |
||
79 | * Populate the result container up to the 'claims' level. |
||
80 | * |
||
81 | * @param array|null $result must be null |
||
82 | * @param array[] &$container |
||
83 | */ |
||
84 | public function storeCheckResultInArray( array $result = null, array &$container ) { |
||
91 | |||
92 | } |
||
93 |