1: <?php
2: /**
3: * Copyright 2000-2012 Horde LLC (http://www.horde.org/)
4: *
5: * See the enclosed file COPYING for license information (GPL). If you
6: * did not receive this file, see http://www.horde.org/licenses/gpl.
7: *
8: * @author Chuck Hagenbuch <chuck@horde.org>
9: * @package Chora
10: */
11: class Chora_Renderer_File_Plain extends Chora_Renderer_File
12: {
13: public function render()
14: {
15: }
16: }
17: