Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Loader.php for improved data encapsulation
The 'config' and 'components' properties in Loader.php have been switched from public to private access levels, enhancing data encapsulation. Additionally, two new methods, 'getConfig' and 'componentIsLoaded', were added to provide controlled access to these properties.
- Loading branch information