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