| 3 | 
 //    $Id$ | 
 //    $Id$ | 
| 4 | 
 //    ------------------------------------------------------------------------- | 
 //    ------------------------------------------------------------------------- | 
| 5 | 
 //    $Log$ | 
 //    $Log$ | 
| 6 | 
  | 
 //    Revision 1.2  2003/02/09 16:58:01  joko | 
| 7 | 
  | 
 //    + minor update related to new log level constants | 
| 8 | 
  | 
 // | 
| 9 | 
 //    Revision 1.1  2003/02/04 08:24:37  joko | 
 //    Revision 1.1  2003/02/04 08:24:37  joko | 
| 10 | 
 //    + initial commit | 
 //    + initial commit | 
| 11 | 
 //    + refactored from flib/Site/Request.php and flib/Site/Handler.php | 
 //    + refactored from flib/Site/Request.php and flib/Site/Handler.php | 
| 52 | 
   function getHandler($ident) { | 
   function getHandler($ident) { | 
| 53 | 
     $parent = $this->parent; | 
     $parent = $this->parent; | 
| 54 | 
     if (count($this->s) == 0) { | 
     if (count($this->s) == 0) { | 
| 55 | 
       $this->$parent->log( get_class($this) . "->getHandler: called before any setHandler", LOG_WARNING ); | 
       $this->$parent->log( get_class($this) . "->getHandler: called before any setHandler", PEAR_LOG_WARNING ); | 
| 56 | 
     } | 
     } | 
| 57 | 
     return $this->s[$ident]; | 
     return $this->s[$ident]; | 
| 58 | 
   } | 
   } |