mirror of
https://github.com/openvk/openvk
synced 2025-01-09 17:29:42 +03:00
Notes: Undoing changes to Entities/Note
This commit is contained in:
parent
98fd851729
commit
3e0447c3f0
1 changed files with 0 additions and 10 deletions
|
@ -73,16 +73,6 @@ class Note extends Postable
|
||||||
return $purifier->purify($this->getRecord()->source);
|
return $purifier->purify($this->getRecord()->source);
|
||||||
}
|
}
|
||||||
|
|
||||||
function getVirtualId(): int
|
|
||||||
{
|
|
||||||
return $this->getRecord()->virtual_id;
|
|
||||||
}
|
|
||||||
|
|
||||||
function getPrettyId(): string
|
|
||||||
{
|
|
||||||
return $this->getRecord()->owner . "_" . $this->getVirtualId();
|
|
||||||
}
|
|
||||||
|
|
||||||
function getName(): string
|
function getName(): string
|
||||||
{
|
{
|
||||||
return $this->getRecord()->name;
|
return $this->getRecord()->name;
|
||||||
|
|
Loading…
Reference in a new issue