Piwik\Plugin\Archiver::isEnabled PHP Method

isEnabled() public method

Whether this Archiver should be used or not.
public isEnabled ( ) : boolean
return boolean
    public function isEnabled()
    {
        return $this->enabled;
    }