nextcloud/lib/private/AppFramework/Utility
Roeland Jago Douma 357263a70b
Do not try to autoload built in types
This avoids calls to the autoloader (or chain of autoloaders) to see if
for example 'principalPrefix' class can be found. While we already know
it is a string.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-06-04 15:13:32 +02:00
..
ControllerMethodReflector.php Don't try to match on false 2018-02-21 20:38:14 +01:00
SimpleContainer.php Do not try to autoload built in types 2019-06-04 15:13:32 +02:00
TimeFactory.php Allow to inject/mock `new \DateTime()` similar to time() 2018-10-09 15:38:31 +02:00