interface Parser

Parser interface.

Various Good must be implemented. This method is called when the parser recognizes something like 'gift' or 'opt'.

Methods

static array|string
parse(string $parse, array|null $goods = null)

Find good code by parsing.

Details

at line 20
static array|string parse(string $parse, array|null $goods = null)

Find good code by parsing.

Parameters

string $parse
array|null $goods

Return Value

array|string

Good code

Exceptions

InvalidArgumentException