Update of /cvsroot/xoops/xoops2/kernel/object/object
In directory sc8-pr-cvs1:/tmp/cvs-serv6001/kernel/object/object
Modified Files:
object.php
Log Message:
removed non-used method
Index: object.php
===================================================================
RCS file: /cvsroot/xoops/xoops2/kernel/object/object/object.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** object.php 5 Jan 2003 18:40:13 -0000 1.4
--- object.php 5 Jan 2003 19:28:38 -0000 1.5
***************
*** 180,190 ****
}
- // public
- // returns all the names of variables that the object contains
- function &getVarNames()
- {
- return array_keys($this->vars);
- }
-
// public
// returns a specific variable for the object in a proper format
--- 180,183 ----
|