diff options
Diffstat (limited to 'program/include/rcube_storage.php')
-rw-r--r-- | program/include/rcube_storage.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/program/include/rcube_storage.php b/program/include/rcube_storage.php index cef773c82..8123e9cee 100644 --- a/program/include/rcube_storage.php +++ b/program/include/rcube_storage.php @@ -109,6 +109,14 @@ abstract class rcube_storage /** + * Check connection state, connect if not connected. + * + * @return bool Connection state. + */ + abstract function check_connection(); + + + /** * Returns code of last error * * @return int Error code |