Piwik\Plugins\Marketplace\Tasks::schedule PHP Метод

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

public schedule ( )
    public function schedule()
    {
        $this->daily('clearAllCacheEntries', null, self::LOWEST_PRIORITY);
        $this->daily('sendNotificationIfUpdatesAvailable', null, self::LOWEST_PRIORITY);
    }