소스 검색

Se actualiza funciones de la interface

Maximiliano Schvindt 6 년 전
부모
커밋
a73973b402
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      Services/CollectorInterface.php

+ 6 - 0
Services/CollectorInterface.php

@@ -11,5 +11,11 @@ interface CollectorInterface
     public function set($key, $data);
     
     public function setString($key, $data);
+
+    public function hset($key, $field, $data);
+    
+    public function hget($key, $field);
+    
+    public function hgetall($key);
     
 }