$retrySync; } public function setLastRetry( $time ) { OptionManager::updateWithoutAutoLoad( self::RETRY_LAST, self::OPTION_GROUP, $time ); } }