예제 #1
0
파일: Predis.php 프로젝트: SallyU/yiicms
 private function onCommunicationException($message, $code = null)
 {
     Predis_Shared_Utils::onCommunicationException(new Predis_CommunicationException($this, $message, $code));
 }
예제 #2
0
파일: Predis.php 프로젝트: rasomu/chuza
 public function filterArguments(array $arguments)
 {
     return Predis_Shared_Utils::filterArrayArguments($arguments);
 }