Composer

InstalledVersions::getAllRawDatapublic staticWPSCache 1.0

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

Метод класса: InstalledVersions{}

Хуков нет.

Возвращает

Массив[].

Использование

$result = InstalledVersions::getAllRawData();

Код InstalledVersions::getAllRawData() WPSCache 3.0.3

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