ClassLoader::setUseIncludePath( bool $useIncludePath )

Turns on searching the include path for class files.


Parameters Parameters

$useIncludePath

(bool) (Required)


Top ↑

Return Return

(void)


Top ↑

Source Source

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

    public function setUseIncludePath($useIncludePath)
    {
        $this->useIncludePath = $useIncludePath;
    }

Top ↑

User Contributed Notes User Contributed Notes

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