PHPComposter\PHPComposter\BaseAction::shutdown PHP Method

shutdown() public method

Shut the action down.
Since: 0.1.3
public shutdown ( )
    public function shutdown()
    {
        // Do nothing. Can be overridden by extending classes.
    }