InstalledVersions::getAllRawData()

Returns the raw data of all installed.php which are currently loaded for custom implementations


Return Return

(array[])


Top ↑

Source Source

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

    public static function getAllRawData()
    {
        return self::getInstalled();
    }

Top ↑

User Contributed Notes User Contributed Notes

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