Part of Omega - Support Package.
GenericFactoryInterface | The `GenericFactoryInterface` is a contract for creating instances of objects based \ on a provided configuration array. This interface declares a method `create` that accepts an optional configuration array and returns a mixed type result, which can be any type of object or value. |