FinderIndexerHelper::parse
Method to parse input into plain text.
Signature
public function parse(string
$input,
[string
$format = 'html'] )
Parameters
-
$input
- The raw input.
-
$format
- The format of the input. [optional]
Returns
- string
- The parsed input.
Errors/Exceptions
-
Exception
- on invalid parser.