root/branches/1.0/lib/response/sfConsoleResponse.class.php
| Revision 3250, 0.6 kB (checked in by fabien, 6 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | /* |
| 4 | * This file is part of the symfony package. |
| 5 | * (c) 2004-2006 Fabien Potencier <fabien.potencier@symfony-project.com> |
| 6 | * |
| 7 | * For the full copyright and license information, please view the LICENSE |
| 8 | * file that was distributed with this source code. |
| 9 | */ |
| 10 | |
| 11 | /** |
| 12 | * sfConsoleResponse provides methods for manipulating client response in cli environment. |
| 13 | * |
| 14 | * @package symfony |
| 15 | * @subpackage response |
| 16 | * @author Tristan Rivoallan <trivoallan@clever-age.com> |
| 17 | * @version SVN: $Id$ |
| 18 | */ |
| 19 | class sfConsoleResponse extends sfResponse |
| 20 | { |
| 21 | /** |
| 22 | * Executes the shutdown procedure. |
| 23 | * |
| 24 | */ |
| 25 | public function shutdown() |
| 26 | { |
| 27 | } |
| 28 | } |
| 29 |
Note: See TracBrowser for help on using the browser.