Ergo\Error\ErrorContext::get PHP Метод

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

public get ( $key, $default = null )
    public function get($key, $default = null)
    {
        return isset($this->_context[$key]) ? $this->_context[$key] : $default;
    }