Browse Source

Add command parsepage

master
Thierry 4 years ago
parent
commit
abb7ed76d3
1 changed files with 15 additions and 0 deletions
  1. +15
    -0
      src/php/commands/parsepage.php

+ 15
- 0
src/php/commands/parsepage.php View File

@@ -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

Loading…
Cancel
Save