Page MenuHomeDevCentral

Refactor autoloader
ClosedPublic

Authored by dereckson on Apr 20 2018, 14:04.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jun 5, 22:52
Unknown Object (File)
Thu, Jun 5, 06:18
Unknown Object (File)
Tue, Jun 3, 18:50
Unknown Object (File)
Wed, May 28, 14:43
Unknown Object (File)
Tue, May 27, 18:56
Unknown Object (File)
Mon, May 19, 23:31
Unknown Object (File)
Sat, May 17, 05:06
Unknown Object (File)
Wed, May 14, 21:06
Subscribers
None

Details

Summary

Split PSR-4 logic from base logic.

Allow to better check if we can include a file,
to adhere to PSR-4 specification we can't throw errors.

This lets us with some -er classes, as PHP code files and namespaces
aren't objects we can correctly. This could evolve through a better
reflection library with CodeFile and Namespace classes. We could
then extend Namespace into PSR4Namespace and get rid of -er.

Test Plan

Tests still pass

Diff Detail

Repository
rKOT Keruald OmniTools
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.

Remove StringUtilities typo. Declare strict_types for PSR4\Autoloader.

This revision is now accepted and ready to land.Apr 20 2018, 14:07
This revision was automatically updated to reflect the committed changes.