|
|
|
@ -9,9 +9,9 @@ use Exception;
|
|
|
|
use Throwable;
|
|
|
|
use Throwable;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Responsible for loading objects. It maintains a list of reusable class
|
|
|
|
* Responsible for instantiating classes. It maintains a list of reusable
|
|
|
|
* instances and can generate a new class instances with custom initialization
|
|
|
|
* instances and can generate new instances with custom constructor arguments.
|
|
|
|
* parameters. It also performs class autoloading.
|
|
|
|
* It also performs automatic class loading.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @license MIT, http://flightphp.com/license
|
|
|
|
* @license MIT, http://flightphp.com/license
|
|
|
|
* @copyright Copyright (c) 2011, Mike Cao <mike@mikecao.com>
|
|
|
|
* @copyright Copyright (c) 2011, Mike Cao <mike@mikecao.com>
|
|
|
|
|