Jordi Boggiano
|
348ec26c91
|
Always return false or a class name, fixes #1231
|
2012-10-18 18:55:49 +02:00 |
hinikato
|
1989479634
|
Fixed class normalization for class map case.
|
2012-10-16 13:59:33 +03:00 |
Jordi Boggiano
|
289d23b5cc
|
Optimization for autoload misses, refs #964
|
2012-08-14 19:50:19 +02:00 |
Jordi Boggiano
|
66e9dcddf4
|
CS fixes
|
2012-06-23 11:58:18 +02:00 |
Jordi Boggiano
|
1df9c62583
|
Cosmetic fixes to autoload generation
|
2012-06-11 14:15:08 +02:00 |
Jordi Boggiano
|
1bd4ccbd54
|
php-cs-fixer magic
|
2012-05-22 12:07:08 +02:00 |
Adán Lobato
|
61eb0119f1
|
Fixed some mistakes at PHPDoc
|
2012-05-15 16:18:18 +02:00 |
Baptiste "Talus" Clavie
|
15b70e2096
|
[ClassLoader] Removing trailing whitespaces
|
2012-03-22 11:45:44 +01:00 |
Baptiste "Talus" Clavie
|
6957743aee
|
[ClassLoader] Corrected indentation
|
2012-03-22 11:19:01 +01:00 |
Baptiste "Talus" Clavie
|
6782287091
|
[ClassLoader] Got an if-condition out of a unnecessary loop
|
2012-03-22 11:12:30 +01:00 |
Benjamin Eberlei
|
1af3604303
|
Add support for class-map generation.
|
2012-03-05 13:26:46 +01:00 |
Andrew Cobby
|
2451336284
|
Fixed syntax error in example code in header comment
|
2012-03-04 16:38:11 +11:00 |
Jordi Boggiano
|
ec352b1e84
|
Add support for adding more than one fallback dir
|
2012-02-09 18:18:43 +01:00 |
Jordi Boggiano
|
0e7c0d918f
|
Add useIncludePath support to ClassLoader
|
2012-02-09 15:42:47 +01:00 |
Jordi Boggiano
|
8c535b1961
|
Allow the Composer ClassLoader to be unregistered easily
|
2012-02-07 11:11:39 +01:00 |
Jordi Boggiano
|
2c367e7f39
|
Allow multiple fallback dirs
|
2011-12-21 16:56:18 +01:00 |
Pierre Minnieur
|
3b1843827a
|
removed the `return false` as we only need a positive return information
|
2011-12-21 13:30:25 +01:00 |
Pierre Minnieur
|
4242a05a0e
|
added Boolean return values for loadClass() method
|
2011-12-21 11:50:24 +01:00 |
Jordi Boggiano
|
d22b80d13b
|
Allow "" as autoload prefix for fallback dir
|
2011-12-18 21:09:40 +01:00 |
Jordi Boggiano
|
5e3c55f171
|
Add support for multiple packages defining the same namespace prefix
|
2011-11-03 21:10:39 +01:00 |
Jordi Boggiano
|
89caa9b117
|
Rewrite autoloader to use only PSR-0, remove splitting of PEAR path
|
2011-10-27 22:09:01 +02:00 |