mirror of
https://github.com/retailcrm/Fetch.git
synced 2024-11-22 11:16:03 +03:00
Added comments
This commit is contained in:
parent
f0a4e29e3d
commit
0e38a10e97
@ -371,6 +371,12 @@ class Server
|
|||||||
return $messages;
|
return $messages;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns the requested email or false if it is not found.
|
||||||
|
*
|
||||||
|
* @param int $uid
|
||||||
|
* @return Message|bool
|
||||||
|
*/
|
||||||
public function getMessageByUid($uid)
|
public function getMessageByUid($uid)
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user