Generic parser implementation.  
 More...
|  | 
| static | get_section (&$string, $type, $section, $allcontent=false) | 
|  | 
| static | get_token ($name, $type) | 
|  | 
| static | parse (&$string, $type, $options=[]) | 
|  | Parse a string using a specific parser. 
 | 
|  | 
Generic parser implementation. 
- Author
- Josep ArĂºs
- License
- http://www.gnu.org/copyleft/gpl.html GNU Public License 
◆ parse()
  
  | 
        
          | static wiki_parser_proxy::parse | ( | & | $string, |  
          |  |  |  | $type, |  
          |  |  |  | $options = [] ) |  | static | 
 
Parse a string using a specific parser. 
- Parameters
- 
  
    | string | $string | The string to parse |  | string | $type | The parser type |  | array | $options | The parser options |  
 
- Return values
- 
  
    | mixed | The parsed string or false if the parser type is not found |  
 
 
 
The documentation for this class was generated from the following file: