Jarves\StopwatchHelper::__construct PHP Метод

__construct() публичный Метод

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