Skip to content

Commit 26e6f80

Browse files
committed
docs: add definition docs to analytic events
1 parent 696524c commit 26e6f80

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/AnalyticsEvents.php

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,24 @@
55
/**
66
* Class AnalyticsEvents
77
*
8-
* Implements the updated analytics events API for Typesense +
8+
* Implements the updated analytics events API for Typesense v30.0+
99
*
1010
* @package \Typesense
1111
*/
1212
class AnalyticsEvents
1313
{
1414
const RESOURCE_PATH = '/analytics/events';
1515

16+
/**
17+
* @var ApiCall
18+
*/
1619
private ApiCall $apiCall;
1720

21+
/**
22+
* AnalyticsEvents constructor.
23+
*
24+
* @param ApiCall $apiCall
25+
*/
1826
public function __construct(ApiCall $apiCall)
1927
{
2028
$this->apiCall = $apiCall;

0 commit comments

Comments
 (0)