A factory class used to instantiate instances of Insertables. More...
Static Public Member Functions | |
| static | make (string $class, $params=null) |
| Takes a InsertableSuggester class name, and returns an instance of that class. | |
A factory class used to instantiate instances of Insertables.
Definition at line 14 of file InsertableFactory.php.
|
static |
Takes a InsertableSuggester class name, and returns an instance of that class.
| string | $class | |
| array | string | null | $params |
| InvalidArgumentException |
Definition at line 21 of file InsertableFactory.php.