Sindbad~EG File Manager

Current Path : /home/copmadinaarea/drive.copmadinaarea.org/vendor/sentry/sentry/lib/Raven/
Upload File :
Current File : /home/copmadinaarea/drive.copmadinaarea.org/vendor/sentry/sentry/lib/Raven/Context.php

<?php
/**
 * Storage for additional client context.
 *
 * @package raven
 */
class Raven_Context
{
    /**
     * @var array
     */
    public $tags;
    /**
     * @var array
     */
    public $extra;
    /**
     * @var array|null
     */
    public $user;

    public function __construct()
    {
        $this->clear();
    }

    /**
     * Clean up existing context.
     */
    public function clear()
    {
        $this->tags = array();
        $this->extra = array();
        $this->user = null;
    }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists