| | |
| | | +-----------------------------------------------------------------------+ |
| | | | program/include/rcube_json_output.php | |
| | | | | |
| | | | This file is part of the RoundCube Webmail client | |
| | | | Copyright (C) 2008-2010, RoundCube Dev. - Switzerland | |
| | | | This file is part of the Roundcube Webmail client | |
| | | | Copyright (C) 2008-2010, Roundcube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | | PURPOSE: | |
| | |
| | | private $callbacks = array(); |
| | | private $message = null; |
| | | |
| | | public $browser; |
| | | public $type = 'js'; |
| | | public $ajax_call = true; |
| | | |
| | | |
| | | |
| | | |
| | | /** |
| | | * Constructor |
| | | */ |
| | | public function __construct($task) |
| | | public function __construct($task=null) |
| | | { |
| | | $this->config = rcmail::get_instance()->config; |
| | | $this->config = rcmail::get_instance()->config; |
| | | $this->browser = new rcube_browser(); |
| | | } |
| | | |
| | | |