add example to comment

This commit is contained in:
Stefan Werfling 2017-07-13 13:56:31 +02:00
parent 7f572fdeb5
commit 834f226465

View File

@ -34,6 +34,7 @@ if (!defined('EGW_SERVER_ROOT'))
* class_exists('\\EGroupware\\Calendar\\Ui'); // /calendar/src/Ui.php
* class_exists('\\EGroupware\\Calendar\\Ui\\Lists'); // /calendar/src/Ui/Lists.php
* class_exists('\\EGroupware\\Calendar\\Ui\\Views'); // /calendar/src/Ui/Views.php
* class_exists('\\EGroupware\\Calendar\\Dir1\\Dir2\\AClass'); // /calendar/vendor/Dir1/Dir2/AClass.php
*/
spl_autoload_register(function($class)
{