Files
server/usr/share/psa-pear/pear/php/Horde/Data/Vtodo.php
2026-01-07 20:52:11 +01:00

26 lines
735 B
PHP

<?php
/**
* Copyright 1999-2017 Horde LLC (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (LGPL). If you
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
*
* @author Jan Schneider <jan@horde.org>
* @author Chuck Hagenbuch <chuck@horde.org>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL
* @package Data
*/
/**
* Implement the Horde_Data:: API for vTodo data.
*
* @author Jan Schneider <jan@horde.org>
* @author Chuck Hagenbuch <chuck@horde.org>
* @category Horde
* @copyright 1999-2017 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL
* @package Data
*/
class Horde_Data_Vtodo extends Horde_Data_Imc {}