Class AbstractVersionSwitch
Abstract version switcher
Direct known subclasses
VersionSwitch\Apache,VersionSwitch\MySQL,VersionSwitch\PHP,VersionSwitch\Redis
Abstract
Namespace:VersionSwitch
Author:Art <a.molcanovas@gmail.com>
Located atcore/class/versionswitch/abstractversionswitch.php
Namespace:VersionSwitch
Author:Art <a.molcanovas@gmail.com>
Located atcore/class/versionswitch/abstractversionswitch.php
Methods summary
public | |
public | |
protected | |
public | |
protected |
Magic methods summary
Properties summary
protected array | $dependent_dirs | # Directories that this switch will affect, e.g. switching PHP versions affects Apache's httpd.conf |
protected string | $ini | # Ini setting |
protected string | $dir | # Directory where the binary resides in |
protected string | $old_version | # Version you're switching from |
protected string | $new_version | # Version you're switching to |
protected string | $service | # Service name |