<?php /* vim: set binary expandtab tabstop=4 shiftwidth=4 textwidth=80:
-------------------------------------------------------------------------------
<?php /* vim: set binary expandtab tabstop=4 shiftwidth=4 textwidth=80:
-------------------------------------------------------------------------------
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your option)
any later version.
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your option)
any later version.
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-----------------------------------------------------------------------------*/
require_once 'DB.php'; // FIXME - esto debe volar!!!
-----------------------------------------------------------------------------*/
require_once 'DB.php'; // FIXME - esto debe volar!!!
- $int = new Mecon_Tiempo_Intervalo(new Mecon_Tiempo_Hora( $r[1] ),
- new Mecon_Tiempo_Hora( $r[1] ));
+ $int = new MLIB_Tiempo_Intervalo(new MLIB_Tiempo_Hora( $r[1] ),
+ new MLIB_Tiempo_Hora( $r[1] ));
- $int = new Mecon_Tiempo_Intervalo(new Mecon_Tiempo_Hora('00:00'),
- new Mecon_Tiempo_Hora('00:00'));
+ $int = new MLIB_Tiempo_Intervalo(new MLIB_Tiempo_Hora('00:00'),
+ new MLIB_Tiempo_Hora('00:00'));
- $int = new Mecon_Tiempo_Intervalo(new Mecon_Tiempo_Hora( $r[1] ),
- new Mecon_Tiempo_Hora( $r[1] ));
+ $int = new MLIB_Tiempo_Intervalo(new MLIB_Tiempo_Hora( $r[1] ),
+ new MLIB_Tiempo_Hora( $r[1] ));
- $int = new Mecon_Tiempo_Intervalo(new Mecon_Tiempo_Hora( $r[1] ),
- new Mecon_Tiempo_Hora( $r[1] ));
+ $int = new MLIB_Tiempo_Intervalo(new MLIB_Tiempo_Hora( $r[1] ),
+ new MLIB_Tiempo_Hora( $r[1] ));
- $int = new Mecon_Tiempo_Intervalo(new Mecon_Tiempo_Hora('00:00'),
- new Mecon_Tiempo_Hora('00:00'));
+ $int = new MLIB_Tiempo_Intervalo(new MLIB_Tiempo_Hora('00:00'),
+ new MLIB_Tiempo_Hora('00:00'));
- $int = new Mecon_Tiempo_Intervalo(new Mecon_Tiempo_Hora( $r[1] ),
- new Mecon_Tiempo_Hora( $r[1] ));
+ $int = new MLIB_Tiempo_Intervalo(new MLIB_Tiempo_Hora( $r[1] ),
+ new MLIB_Tiempo_Hora( $r[1] ));
foreach ($this->intervalos as $i)
$t->add($i->superponer($intervalo));
$d = $intervalo->getDuracion();
foreach ($this->intervalos as $i)
$t->add($i->superponer($intervalo));
$d = $intervalo->getDuracion();
* @return true si se superpone, false si no.
*/
function seSuperpone($periodo)
{
$intervalos = array($periodo);
* @return true si se superpone, false si no.
*/
function seSuperpone($periodo)
{
$intervalos = array($periodo);