.. Generated by https://github.com/linawolf/t3docs_restructured_api_tools
.. php:namespace::  TYPO3\CMS\Linkvalidator\Result

.. php:class:: LinkAnalyzerResult

   Used to work with LinkAnalyzer results


   .. php:method:: getResultForTask(int page, int depth, array pageRow, array modTSconfig, array searchFields = array (), array linkTypes = array (), string languages = '')

      Call LinkAnalyzer with provided task configuration and process result values

      :param int $page: the page
      :param int $depth: the depth
      :param array $pageRow: the pageRow
      :param array $modTSconfig: the modTSconfig
      :param array $searchFields: the searchFields, default: array ()
      :param array $linkTypes: the linkTypes, default: array ()
      :param string $languages: the languages, default: ''
      :returntype: self

   .. php:method:: setBrokenLinks(array brokenLinks)

      :param array $brokenLinks: the brokenLinks

   .. php:method:: getBrokenLinks()

      :returntype: array

   .. php:method:: setNewBrokenLinkCounts(array newBrokenLinkCounts)

      :param array $newBrokenLinkCounts: the newBrokenLinkCounts

   .. php:method:: getNewBrokenLinkCounts()

      :returntype: array

   .. php:method:: setOldBrokenLinkCounts(array oldBrokenLinkCounts)

      :param array $oldBrokenLinkCounts: the oldBrokenLinkCounts

   .. php:method:: getOldBrokenLinkCounts()

      :returntype: array

   .. php:method:: getTotalBrokenLinksCount()

      :returntype: int

   .. php:method:: isDifferentToLastResult()

      :returntype: bool

