mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Add Postable::getLastComments
This commit is contained in:
parent
98045ec121
commit
f235338d69
1 changed files with 5 additions and 0 deletions
|
@ -70,6 +70,11 @@ abstract class Postable extends Attachable
|
||||||
{
|
{
|
||||||
return (new Comments)->getCommentsCountByTarget($this);
|
return (new Comments)->getCommentsCountByTarget($this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function getLastComments()
|
||||||
|
{
|
||||||
|
return (new Comments)->getLastCommentsByTarget($this);
|
||||||
|
}
|
||||||
|
|
||||||
function getLikesCount(): int
|
function getLikesCount(): int
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue