__construct() __construct(bool|array $args = false) : mixed Parameters bool|array $args Returns mixed
get_packages() get_packages() : mixed Get packages list, based on the files in packages dir. Returns mixed
get_packages_dir() get_packages_dir() : string Retrieve the directory path where packages are stored for updates. Returns string — The normalized path to the packages' directory.
get_last_version_upgrade() get_last_version_upgrade() : string Gets the last version upgrade from options. Returns string — The last version upgrade.
set_last_version_upgrade() set_last_version_upgrade(string $version) : mixed Set the last version upgrade for the updater. Parameters string $version The version to set as the last upgrade version. Returns mixed