__construct() __construct(bool|array $args = false) : mixed Parameters bool|array $args Returns mixed
package_start() package_start(mixed $version, mixed $file_path, mixed $delay, mixed $per_page) : mixed Parameters mixed $version mixed $file_path mixed $delay mixed $per_page 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
get_in_process_package_version() get_in_process_package_version() : string Gets the last version upgrade from options. Returns string — The last version upgrade.
set_in_process_package_version() set_in_process_package_version(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
reset_in_process_package_version() reset_in_process_package_version() : mixed Set the last version upgrade for the updater. Returns mixed