ClassLoader::getClassMap()


Return Return

(string[]) Array of classname => path


Top ↑

Source Source

File: libraries/lifterlms-cli/vendor/composer/ClassLoader.php

    public function getClassMap()
    {
        return $this->classMap;
    }

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.