예제 #1
0
파일: Skype.php 프로젝트: tafint/skype
 public function getMessages($username, $time, $pageSize)
 {
     return $this->transport->loadMessages($username, $time, $pageSize);
 }