|
|
|
@ -36,6 +36,18 @@ class FakeManager implements ICommentsManager { |
|
|
|
|
return []; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public function getCommentsWithVerbForObjectSinceComment( |
|
|
|
|
string $objectType, |
|
|
|
|
string $objectId, |
|
|
|
|
array $verbs, |
|
|
|
|
int $lastKnownCommentId, |
|
|
|
|
string $sortDirection = 'asc', |
|
|
|
|
int $limit = 30, |
|
|
|
|
bool $includeLastKnown = false |
|
|
|
|
): array { |
|
|
|
|
return []; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public function getNumberOfCommentsForObject($objectType, $objectId, \DateTime $notOlderThan = null, $verb = '') { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|