$factory
$factory : \League\FactoryMuffin\Factory
The underlying factory instance.
This is the facade class.
This is the main point of entry for using Factory Muffin. This class dynamically proxies static method calls to the underlying factory.
$factory : \League\FactoryMuffin\Factory
The underlying factory instance.
reset() : \League\FactoryMuffin\Factory
Reset the underlying factory instance.
factory() : \League\FactoryMuffin\Factory
Get the underlying factory instance.
We'll always cache the instance and reuse it.