Andreas Hennings
|
c49a651d81
PSR-4 class loader: Add getters for PSR-4 prefixes. Rename PSR-0 related attributes by appending *Psr0. Add more comments.
|
12 年 前 |
Andreas Hennings
|
8142126b16
Add PSR-4 class loader. (tests needed)
|
12 年 前 |
Jordi Boggiano
|
8d0b7f278e
CS fixes
|
12 年 前 |
Jordi Boggiano
|
2e25a9298d
Document a hack
|
12 年 前 |
Jordi Boggiano
|
976fe48a72
Optimize grabbing of first char
|
12 年 前 |
Jordi Boggiano
|
94175ce432
Make performance of the class loader more constant across classes
|
12 年 前 |
Jordi Boggiano
|
bb95a0a788
Fix docblocks
|
12 年 前 |
Jordi Boggiano
|
e33aebc75d
Fix cs
|
12 年 前 |
Joe Holdcroft
|
7d5e4f76fb
Bug fix & changing loop + array_unshift to array_merge
|
12 年 前 |
Joe Holdcroft
|
538cdc914b
Making prepend work with fallbacks & coding standards
|
12 年 前 |
Joe Holdcroft
|
6510ee5c4c
Refactoring ClassLoader::add() to return early
|
12 年 前 |
Joe Holdcroft
|
e74223470a
- Adding prefix option to ClassLoader::add()
|
12 年 前 |
Jordi Boggiano
|
348ec26c91
Always return false or a class name, fixes #1231
|
12 年 前 |
hinikato
|
1989479634
Fixed class normalization for class map case.
|
12 年 前 |
Jordi Boggiano
|
289d23b5cc
Optimization for autoload misses, refs #964
|
13 年 前 |
Jordi Boggiano
|
66e9dcddf4
CS fixes
|
13 年 前 |
Jordi Boggiano
|
1df9c62583
Cosmetic fixes to autoload generation
|
13 年 前 |
Jordi Boggiano
|
1bd4ccbd54
php-cs-fixer magic
|
13 年 前 |
Adán Lobato
|
61eb0119f1
Fixed some mistakes at PHPDoc
|
13 年 前 |
Baptiste "Talus" Clavie
|
15b70e2096
[ClassLoader] Removing trailing whitespaces
|
13 年 前 |
Baptiste "Talus" Clavie
|
6957743aee
[ClassLoader] Corrected indentation
|
13 年 前 |
Baptiste "Talus" Clavie
|
6782287091
[ClassLoader] Got an if-condition out of a unnecessary loop
|
13 年 前 |
Benjamin Eberlei
|
1af3604303
Add support for class-map generation.
|
13 年 前 |
Andrew Cobby
|
2451336284
Fixed syntax error in example code in header comment
|
13 年 前 |
Jordi Boggiano
|
ec352b1e84
Add support for adding more than one fallback dir
|
13 年 前 |
Jordi Boggiano
|
0e7c0d918f
Add useIncludePath support to ClassLoader
|
13 年 前 |
Jordi Boggiano
|
8c535b1961
Allow the Composer ClassLoader to be unregistered easily
|
13 年 前 |
Jordi Boggiano
|
2c367e7f39
Allow multiple fallback dirs
|
13 年 前 |
Pierre Minnieur
|
3b1843827a
removed the `return false` as we only need a positive return information
|
13 年 前 |
Pierre Minnieur
|
4242a05a0e
added Boolean return values for loadClass() method
|
13 年 前 |