ClassLoader::getPrefixesPsr4()


Return Return

(array[])


Top ↑

Source Source

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

    public function getPrefixesPsr4()
    {
        return $this->prefixDirsPsr4;
    }

Top ↑

User Contributed Notes User Contributed Notes

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