コード例 #1
0
ファイル: Redis.php プロジェクト: mattvb91/cphalcon
 public function destroy($sessionId = null)
 {
     return parent::destroy($sessionId);
 }