Jarves\StopwatchHelper::__construct PHP Method

__construct() public method

public __construct ( $stopwatch = null )
    function __construct($stopwatch = null)
    {
        $this->stopwatch = $stopwatch;
    }