Process/Php7.php
authorAlan Knowles <alan@roojs.com>
Fri, 24 Aug 2018 07:05:45 +0000 (15:05 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 24 Aug 2018 07:05:45 +0000 (15:05 +0800)
Process/Php7.php

index e0a89ab..51d61a0 100644 (file)
@@ -21,9 +21,15 @@ class Pman_Core_Php7 extends Pman
         if (empty($this->cli)) {
             die("CLI only");
         }
+        
+    }
+    
+    function get()
+    {
+        $this->
     }
     
-    function cliHelpSearch($p,$pr, $path=false) {
+    function scan($p,$pr, $path=false) {
         
         
         
@@ -63,9 +69,9 @@ class Pman_Core_Php7 extends Pman
             // otherwise recurse...
             //print_r("RECURSE:        " . implode('/', $clp)."\n");
             
-            $this->cliHelpSearch($p,$pr, $clp);
+            $this->scan($p,$pr, $clp);
         }
-    
+    }
     
     
 }
\ No newline at end of file