Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

jsarnowski / jsarnowski/blocksy-companion-pro   php

Repository URL to install this package:

Version: 1.8.76 

/ features / demo-install / upgrader-skin.php

<?php

namespace Blocksy;

class Blocksy_WP_Upgrader_Skin extends \Plugin_Installer_Skin {
	public function header() {
	}

	public function footer() {
	}

	public function feedback( $string, ...$args) {
	}

	public function before() {
	}

	public function after() {
	}

	protected function decrement_update_count( $type ) {
	}

	public function bulk_header() {
	}

	public function bulk_footer() {
	}

	public function error( $errors ) {
	}
}