Skip to content
Snippets Groups Projects
Commit 242fd39e authored by Anja Leichsenring's avatar Anja Leichsenring Committed by Christian Kuhn
Browse files

[TASK] Add entry about name spaced class named to NEWS.txt

Change-Id: I9e2b6e154d2f2618adbe5a563723118eebbb8bbe
Reviewed-on: http://review.typo3.org/12983
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
parent 7b586738
No related merge requests found
......@@ -147,7 +147,15 @@ extensions and always loaded.
Other General Improvements
-------------------------------------------------------------------------------
...
* Autoloader namespace aware
The autoloader can now handle fully qualified namespaced class names.
If you use the fully qualified namespaced class name like
'\Tx\ExtName\Foo\Bar', the autoloader will find the containing class following
the extbase naming scheme. The mentioned class will be found if it is located
in file 'exttensionkey'/Classes/Foo/Bar.php.
It is also possible to use class names not following the extbase naming scheme
by providing the "name spaced class name -> file" mapping in ext_autoloader.php.
-------------------------------------------------------------------------------
Security
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment