Barryvdh\Debugbar\DataCollector\EventCollector::__construct PHP Method

__construct() public method

public __construct ( $requestStartTime = null )
    public function __construct($requestStartTime = null)
    {
        parent::__construct($requestStartTime);
        $this->exporter = new ValueExporter();
    }