[geeklog-cvs] Geeklog-2/system PluginInterface.php,1.2,1.3

tony at iowaoutdoors.org tony at iowaoutdoors.org
Tue Dec 21 19:04:21 EST 2004


Update of /var/cvs/Geeklog-2/system
In directory www:/tmp/cvs-serv32002

Modified Files:
	PluginInterface.php 
Log Message:
Now all methods are static.


Index: PluginInterface.php
===================================================================
RCS file: /var/cvs/Geeklog-2/system/PluginInterface.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** PluginInterface.php	20 Dec 2004 02:00:54 -0000	1.2
--- PluginInterface.php	22 Dec 2004 00:04:19 -0000	1.3
***************
*** 31,35 ****
       * @return boolean    true for success, false for failure
       */
!     public function install();
  
      /**
--- 31,35 ----
       * @return boolean    true for success, false for failure
       */
!     static public function install();
  
      /**
***************
*** 42,46 ****
       * @return boolean    true for success, false for failure
       */
!     public function uninstall();
  
      /**
--- 42,46 ----
       * @return boolean    true for success, false for failure
       */
!     static public function uninstall();
  
      /**
***************
*** 53,57 ****
       * @return boolean    true for success, false for failure
       */
!     public function upgrade();
  
      /**
--- 53,57 ----
       * @return boolean    true for success, false for failure
       */
!     static public function upgrade();
  
      /**
***************
*** 65,69 ****
       * @return version structure
       */
!     public function getVersion();
  
      /**
--- 65,69 ----
       * @return version structure
       */
!     static public function getVersion();
  
      /**
***************
*** 78,82 ****
       * @return mixed    return type depends on event
       */
!     public function handleEvent($event, $var = '');
  
      /**
--- 78,82 ----
       * @return mixed    return type depends on event
       */
!     static public function handleAction($action, $var = '');
  
      /**
***************
*** 91,95 ****
       * @return string    HTML of requested page
       */
!     public function getPage($request);
      
      /**
--- 91,95 ----
       * @return string    HTML of requested page
       */
!     static public function getPage($request);
      
      /**
***************
*** 105,109 ****
       *
       */
!     public function getDependencies();
  }
  
--- 105,109 ----
       *
       */
!     static public function getDependencies();
  }
  




More information about the geeklog-cvs mailing list