mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 13:39:22 +03:00
Cleanup & Speedup *Collection objects
This commit is contained in:
parent
f6fdb69c65
commit
ebfde6e360
12 changed files with 169 additions and 209 deletions
|
|
@ -89,6 +89,11 @@ class MessageCollection extends \MailSo\Base\Collection
|
|||
return new self();
|
||||
}
|
||||
|
||||
public function append(Message $oMessage, bool $bToTop = false) : void
|
||||
{
|
||||
parent::append($oMessage, $bToTop);
|
||||
}
|
||||
|
||||
public function Clear() : void
|
||||
{
|
||||
parent::Clear();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue