|
|
@@ -0,0 +1,15 @@ |
|
|
|
<?php |
|
|
|
/****************************************************************************** |
|
|
|
Parses a html page and outputs an array. |
|
|
|
|
|
|
|
@license GPL |
|
|
|
@author Thierry Graff |
|
|
|
@history : 2019-02-02 02:47:43+01:00, Creation |
|
|
|
********************************************************************************/ |
|
|
|
|
|
|
|
public class parsepage implements Command{ |
|
|
|
|
|
|
|
public function execute($params){ |
|
|
|
} |
|
|
|
|
|
|
|
}// end class |