diff options
| author | Aleksander Machniak <alec@alec.pl> | 2014-05-15 13:57:18 +0200 |
|---|---|---|
| committer | Aleksander Machniak <alec@alec.pl> | 2014-05-15 13:57:18 +0200 |
| commit | 47a7833aca96a263068eed53f9471a3699ef257b (patch) | |
| tree | 2f22545e2c005f115d99281130f3e81be8299187 /program/lib/Roundcube/rcube_storage.php | |
| parent | 963499a17e98cdab4a6e872a711ce9badb8c3b0b (diff) | |
CS fixes
Diffstat (limited to 'program/lib/Roundcube/rcube_storage.php')
| -rw-r--r-- | program/lib/Roundcube/rcube_storage.php | 13 |
1 files changed, 13 insertions, 0 deletions
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 @@ -152,6 +152,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. * * @param boolean $dbg True if conversation with the server should be logged |
