Components_Runner_Change::__construct PHP Method

__construct() public method

Constructor.
public __construct ( Components_Config $config, Components_Helper_ChangeLog $helper, Components_Output $output )
$config Components_Config The configuration for the current job.
$helper Components_Helper_ChangeLog Change log helper
$output Components_Output
    public function __construct(Components_Config $config, Components_Helper_ChangeLog $helper, Components_Output $output)
    {
        $this->_config = $config;
        $this->_helper = $helper;
        $this->_output = $output;
    }
Components_Runner_Change