topical media & game development

talk show tell print

professional-php-10-class.Handler-Edit.php / php



  <?php
  require_once('class.Event_Handler.php');
  
  class handler_Edit extends Event_Handler 
  {
     private handle;
     
     function __construct(event_handle){
        this->handle = event_handle;
     }
           
     function handled_event(){
        echo "This is event this->handle, which is now handled - no kidding! <BR>";
     }
  }
  ?>
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.