ClassLoader::getFallbackDirs()


Return Return

(array[])


Top ↑

Source Source

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

    public function getFallbackDirs()
    {
        return $this->fallbackDirsPsr0;
    }

Top ↑

User Contributed Notes User Contributed Notes

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