Пример #1
0
 public function getMessages($username, $time, $pageSize)
 {
     return $this->transport->loadMessages($username, $time, $pageSize);
 }