*
* @param string $url The URL to check
* @param array $softRefEntry The soft reference entry which builds the context of that URL
- * @param \TYPO3\CMS\Linkvalidator\LinkAnalyzer $reference Parent instance of tx_linkvalidator_Processor
+ * @param \TYPO3\CMS\Linkvalidator\LinkAnalyzer $reference Parent instance
* @return boolean TRUE on success or FALSE on error
*/
public function checkLink($url, $softRefEntry, $reference) {
*
* @param string $url Url to check as page-id or page-id#anchor (if anchor is present)
* @param array $softRefEntry: The soft reference entry which builds the context of that url
- * @param \TYPO3\CMS\Linkvalidator\LinkAnalyzer $reference Parent instance of tx_linkvalidator_Processor
+ * @param \TYPO3\CMS\Linkvalidator\LinkAnalyzer $reference Parent instance
* @return boolean TRUE on success or FALSE on error
*/
public function checkLink($url, $softRefEntry, $reference) {
+++ /dev/null
-<?php
-/*
- * @deprecated since 6.0, the classname tx_linkvalidator_linktype_Abstract and this file is obsolete
- * and will be removed with 6.2. The class was renamed and is now located at:
- * typo3/sysext/linkvalidator/Classes/Linktype/AbstractLinktype.php
- */
-require_once \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('linkvalidator') . 'Classes/Linktype/AbstractLinktype.php';
-?>
\ No newline at end of file
+++ /dev/null
-<?php
-/*
- * @deprecated since 6.0, the classname tx_linkvalidator_linktype_External and this file is obsolete
- * and will be removed with 6.2. The class was renamed and is now located at:
- * typo3/sysext/linkvalidator/Classes/Linktype/ExternalLinktype.php
- */
-require_once \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('linkvalidator') . 'Classes/Linktype/ExternalLinktype.php';
-?>
\ No newline at end of file
+++ /dev/null
-<?php
-/*
- * @deprecated since 6.0, the classname tx_linkvalidator_linktype_File and this file is obsolete
- * and will be removed with 6.2. The class was renamed and is now located at:
- * typo3/sysext/linkvalidator/Classes/Linktype/FileLinktype.php
- */
-require_once \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('linkvalidator') . 'Classes/Linktype/FileLinktype.php';
-?>
\ No newline at end of file
+++ /dev/null
-<?php
-/*
- * @deprecated since 6.0, the classname tx_linkvalidator_linktype_Interface and this file is obsolete
- * and will be removed with 6.2. The class was renamed and is now located at:
- * typo3/sysext/linkvalidator/Classes/Linktype/LinktypeInterface.php
- */
-require_once \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('linkvalidator') . 'Classes/Linktype/LinktypeInterface.php';
-?>
\ No newline at end of file
+++ /dev/null
-<?php
-/*
- * @deprecated since 6.0, the classname tx_linkvalidator_linktype_Internal and this file is obsolete
- * and will be removed with 6.2. The class was renamed and is now located at:
- * typo3/sysext/linkvalidator/Classes/Linktype/InternalLinktype.php
- */
-require_once \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('linkvalidator') . 'Classes/Linktype/InternalLinktype.php';
-?>
\ No newline at end of file
+++ /dev/null
-<?php
-/*
- * @deprecated since 6.0, the classname tx_linkvalidator_linktype_LinkHandler and this file is obsolete
- * and will be removed with 6.2. The class was renamed and is now located at:
- * typo3/sysext/linkvalidator/Classes/Linktype/LinkHandler.php
- */
-require_once \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('linkvalidator') . 'Classes/Linktype/LinkHandler.php';
-?>
\ No newline at end of file
+++ /dev/null
-<?php
-/***************************************************************
- * Copyright notice
- *
- * (c) 2010 - 2011 Michael Miousse (michael.miousse@infoglobe.ca)
- * All rights reserved
- *
- * This script is part of the TYPO3 project. The TYPO3 project is
- * free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * The GNU General Public License can be found at
- * http://www.gnu.org/copyleft/gpl.html.
- *
- * This script is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * This copyright notice MUST APPEAR in all copies of the script!
- ***************************************************************/
-
-/*
- * @deprecated since 6.0, the classname tx_linkvalidator_Processor and this file is obsolete
- * and will be removed with 6.2. The class was renamed and is now located at:
- * typo3/sysext/linkvalidator/Classes/LinkAnalyzer.php
- */
-require_once \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('linkvalidator') . 'Classes/LinkAnalyzer.php';
-
-?>
\ No newline at end of file
+++ /dev/null
-<?php
-/*
- * @deprecated since 6.0, the classname tx_linkvalidator_tasks_Validator and this file is obsolete
- * and will be removed with 6.2. The class was renamed and is now located at:
- * typo3/sysext/linkvalidator/Classes/Task/ValidatorTask.php
- */
-require_once \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('linkvalidator') . 'Classes/Task/ValidatorTask.php';
-?>
\ No newline at end of file
+++ /dev/null
-<?php
-/*
- * @deprecated since 6.0, the classname tx_linkvalidator_tasks_ValidatorAdditionalFieldProvider and this file is obsolete
- * and will be removed with 6.2. The class was renamed and is now located at:
- * typo3/sysext/linkvalidator/Classes/Task/ValidatorTaskAdditionalFieldProvider.php
- */
-require_once \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('linkvalidator') . 'Classes/Task/ValidatorTaskAdditionalFieldProvider.php';
-?>
\ No newline at end of file
+++ /dev/null
-<?php
-$extensionPath = \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('linkvalidator');
-return array(
- 'tx_linkvalidator_linktype_abstract' => $extensionPath . 'classes/linktype/class.tx_linkvalidator_linktype_abstract.php',
- 'tx_linkvalidator_linktype_interface' => $extensionPath . 'classes/linktype/class.tx_linkvalidator_linktype_interface.php',
- 'tx_linkvalidator_linktype_external' => $extensionPath . 'classes/linktype/class.tx_linkvalidator_linktype_external.php',
- 'tx_linkvalidator_linktype_file' => $extensionPath . 'classes/linktype/class.tx_linkvalidator_linktype_file.php',
- 'tx_linkvalidator_linktype_internal' => $extensionPath . 'classes/linktype/class.tx_linkvalidator_linktype_internal.php',
- 'tx_linkvalidator_linktype_linkhandler' => $extensionPath . 'classes/linktype/class.tx_linkvalidator_linktype_linkhandler.php',
- 'tx_linkvalidator_processor' => $extensionPath . 'classes/class.tx_linkvalidator_processor.php',
- 'tx_linkvalidator_tasks_validator' => $extensionPath . 'classes/tasks/class.tx_linkvalidator_tasks_validator.php',
- 'tx_linkvalidator_tasks_validatoradditionalfieldprovider' => $extensionPath . 'classes/tasks/class.tx_linkvalidator_tasks_validatoradditionalfieldprovider.php'
-);
-?>
\ No newline at end of file
+++ /dev/null
-<?php
-/*
- * @deprecated since 6.0, the classname tx_linkvalidator_ModFuncReport and this file is obsolete
- * and will be removed with 6.2. The class was renamed and is now located at:
- * typo3/sysext/linkvalidator/Classes/Report/LinkValidatorReport.php
- */
-require_once \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('linkvalidator') . 'Classes/Report/LinkValidatorReport.php';
-?>
\ No newline at end of file