OptionStrategyFactory
Create strategy by configuration options.
For example:
$strategy = (new OptionStrategyFactory)->create();
Table of Contents
Methods
Methods
create()
Create an instance if possible.
public
create() : Strategy|null