From: Alan Knowles Date: Fri, 24 Aug 2018 07:05:45 +0000 (+0800) Subject: Process/Php7.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=d4902adf8a69d751f0dd497f251f40c687496397 Process/Php7.php --- diff --git a/Process/Php7.php b/Process/Php7.php index e0a89ab0..51d61a05 100644 --- a/Process/Php7.php +++ b/Process/Php7.php @@ -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