Piwik\Plugin\Archiver::getProcessor PHP Method

getProcessor() protected method

Returns a {@link Piwik\ArchiveProcessor} instance that can be used to insert archive data for the period, segment and site we are archiving data for.
protected getProcessor ( ) : Piwik\ArchiveProcessor
return Piwik\ArchiveProcessor
    protected function getProcessor()
    {
        return $this->processor;
    }