PHP Class Update

This class can be used by bot plugins to handle updates (get them, install them).
Show file Open project: codiad/codiad Class Usage Examples

Public Properties

Property Type Description
$archive
$commits
$remote

Public Methods

Method Description
Check ( )
Clear ( )
Init ( )
OptOut ( )
__construct ( )
getLocalVersion ( )
getRemoteVersion ( $action, $localversion = "" )

Method Details

Check() public method

public Check ( )

Clear() public method

public Clear ( )

Init() public method

public Init ( )

OptOut() public method

public OptOut ( )

__construct() public method

public __construct ( )

getLocalVersion() public method

public getLocalVersion ( )

getRemoteVersion() public method

public getRemoteVersion ( $action, $localversion = "" )

Property Details

$archive public property

public $archive

$commits public property

public $commits

$remote public property

public $remote