/[cvs]/nfo/php/libs/org.netfrag.glib/Application/AbstractHandler.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.glib/Application/AbstractHandler.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by joko, Tue Feb 4 08:24:37 2003 UTC revision 1.2 by joko, Sun Feb 9 16:58:01 2003 UTC
# Line 3  Line 3 
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
# Line 49  class Application_AbstractHandler { Line 52  class Application_AbstractHandler {
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    }    }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed