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;
    }