1: <?php
2: /**
3: * Implement the Horde_Data:: API for vTodo data.
4: *
5: * Copyright 1999-2012 Horde LLC (http://www.horde.org/)
6: *
7: * See the enclosed file COPYING for license information (LGPL). If you
8: * did not receive this file, see http://www.horde.org/licenses/lgpl21.
9: *
10: * @author Jan Schneider <jan@horde.org>
11: * @author Chuck Hagenbuch <chuck@horde.org>
12: * @category Horde
13: * @package Data
14: */
15: class Horde_Data_Vtodo extends Horde_Data_Imc {}
16: