Jetpack::__destruct PHP Method

__destruct() public method

If there are any stats that need to be pushed, but haven't been, push them now.
public __destruct ( )
    function __destruct()
    {
        if (!empty($this->stats)) {
            $this->do_stats('server_side');
        }
    }
Jetpack