Constructor.
string $name The name of the application using the web profiler:
string $version The version of the application using the web profiler:
public function __construct($name = null, $version = null) {
$this->name = $name;
$this->version = $version;
}