Home
last modified time | relevance | path

Searched refs:registerLoader (Results 1 – 5 of 5) sorted by path

/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md21 …at make sure that you can't shoot yourself in the foot by calling ```registerLoader``` multiple ti…
25 - [145: Memory leak in AnnotationRegistry::registerLoader() when called multiple times](https://git…
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst165 - Calling ``AnnotationRegistry#registerLoader($callable)`` to register an autoloader callback. Th…
181 AnnotationRegistry::registerLoader(function($class) {
191 AnnotationRegistry::registerLoader(array($loader, "loadClass"));
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationRegistry.php112 public static function registerLoader(callable $callable) : void function in Doctrine\\Common\\Annotations\\AnnotationRegistry
127 self::registerLoader($callable);
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dconfiguration.rst14 Doctrine\Common\Annotations\AnnotationRegistry::registerLoader('class_exists');
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A Dbootstrap.php15 AnnotationRegistry::registerLoader('class_exists');