]> granicus.if.org Git - php/commitdiff
* added getKeys method
authorStig Bakken <ssb@php.net>
Tue, 30 Oct 2001 12:27:58 +0000 (12:27 +0000)
committerStig Bakken <ssb@php.net>
Tue, 30 Oct 2001 12:27:58 +0000 (12:27 +0000)
pear/PEAR/Config.php

index 88f6e9bbcf5f44f0d95bcdcf1150ca7d5043b9e1..137427314ee8ce9671b0e3a0820727f32f278d38 100644 (file)
@@ -180,6 +180,14 @@ class PEAR_Config extends PEAR
         }
     }
 
+    // }}}
+    // {{{ getKeys()
+
+    function getKeys()
+    {
+        return array_keys($this->configuration);
+    }
+
     // }}}
     // {{{ toDefault(key)