Process/Php7.php
[Pman.Core] / Process / Php7.php
index 51d61a0..ca73971 100644 (file)
@@ -8,7 +8,7 @@
  * would be nice to write the code to fix them.
  *
  */
-
+require_once 'Pman.php';
 class Pman_Core_Php7 extends Pman
 {
     
@@ -24,9 +24,12 @@ class Pman_Core_Php7 extends Pman
         
     }
     
-    function get()
+    function get($base, $opts = array())
     {
-        $this->
+        $base = realpath(__DIR__ . '/../..');
+        var_dump($base);
+        exit;
+        $this->scan($base, '');
     }
     
     function scan($p,$pr, $path=false) {
@@ -72,6 +75,10 @@ class Pman_Core_Php7 extends Pman
             $this->scan($p,$pr, $clp);
         }
     }
+    function output()
+    {
+        die("DONE");
+    }
     
     
 }
\ No newline at end of file