Composer

InstalledVersions::getAllRawData()public 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 1.12.0

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