X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/cacc1525e7102dfef7964462a50e4ff13f02dcc6..6ac57e2d481c7fdeb453a6bf89383ddd71be2a53:/lib/MECON/Tiempo/Hora.php diff --git a/lib/MECON/Tiempo/Hora.php b/lib/MECON/Tiempo/Hora.php index bae7cae..46ffc0b 100644 --- a/lib/MECON/Tiempo/Hora.php +++ b/lib/MECON/Tiempo/Hora.php @@ -1,24 +1,33 @@ - | -// +--------------------------------------------------------------------+ -// -// $URL$ -// $Rev$ -// $Date$ -// $Author$ -// + +------------------------------------------------------------------------------- +$Id$ +-----------------------------------------------------------------------------*/ + +require_once 'Date/Span.php'; /** - * Representa un Intervalo entre 2 horas del mismo dia + * Representa una hora. * * @package HE * @abstract @@ -79,5 +88,5 @@ class Hora extends Date_Span { } } -// $Id$ -?> + +?> \ No newline at end of file