Home
last modified time | relevance | path

Searched hist:"600 fb65eace0096404d2bc46c76ca3ad206fe85a" (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/
H A Dload.php600fb65eace0096404d2bc46c76ca3ad206fe85a Thu Apr 14 21:54:58 UTC 2016 Andreas Gohr <andi@splitbrain.org> autoload plugin namespace

This introduces an autoloader for namespaces starting with plugin\*

This way, plugins can easily have additional classes auto loaded without
needing to register their own loader. A plugin\*\test\* namespace will
automatically be mapped to the _test directory of the plugin.