예제 #1
0
파일: Redis.php 프로젝트: mattvb91/cphalcon
 public function destroy($sessionId = null)
 {
     return parent::destroy($sessionId);
 }