From 47a7833aca96a263068eed53f9471a3699ef257b Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 15 May 2014 13:57:18 +0200 Subject: CS fixes --- program/lib/Roundcube/rcube_storage.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'program/lib/Roundcube/rcube_storage.php') diff --git a/program/lib/Roundcube/rcube_storage.php b/program/lib/Roundcube/rcube_storage.php index 69d6d2fae..c1293961c 100644 --- a/program/lib/Roundcube/rcube_storage.php +++ b/program/lib/Roundcube/rcube_storage.php @@ -151,6 +151,19 @@ abstract class rcube_storage } + /** + * Get connection/class option + * + * @param string $name Option name + * + * @param mixed Option value + */ + public function get_option($name) + { + return $this->options[$name]; + } + + /** * Activate/deactivate debug mode. * -- cgit v1.2.3