rewrap loader description

loader-rework
fadrian06 3 days ago
parent d8fe78449c
commit 8523025cb5

@ -8,10 +8,9 @@ use Closure;
use Exception; use Exception;
/** /**
* The Loader class is responsible for loading objects. It maintains * Responsible for loading objects. It maintains a list of reusable class
* a list of reusable class instances and can generate a new class * instances and can generate a new class instances with custom initialization
* instances with custom initialization parameters. It also performs * parameters. It also performs class autoloading.
* class autoloading.
* *
* @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>

Loading…
Cancel
Save