/[cvs]/nfo/php/libs/org.netfrag.glib/DesignPattern/TransparentProxy.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.glib/DesignPattern/TransparentProxy.php

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

revision 1.1 by joko, Mon Mar 3 22:06:06 2003 UTC revision 1.2 by joko, Wed Mar 5 12:14:55 2003 UTC
# Line 12  Line 12 
12   * $Id$   * $Id$
13   *   *
14   * $Log$   * $Log$
15     * Revision 1.2  2003/03/05 12:14:55  joko
16     * re-renamed methods and privates: _handler becomes _proxy again
17     *
18   * Revision 1.1  2003/03/03 22:06:06  joko   * Revision 1.1  2003/03/03 22:06:06  joko
19   * enhancement to former   * enhancement to former
20   *   *
# Line 56  class DesignPattern_TransparentProxy ext Line 59  class DesignPattern_TransparentProxy ext
59        
60    function make_transparent() {    function make_transparent() {
61      //print "Trans<br/>";      //print "Trans<br/>";
62      $this = $this->get_handler();      $this = $this->get_proxy();
63    }    }
64    
65  }  }

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