Segment_Consumer::debug PHP Method

debug() protected method

Check whether debug mode is enabled
protected debug ( ) : boolean
return boolean
    protected function debug()
    {
        return isset($this->options["debug"]) ? $this->options["debug"] : false;
    }