From b3b9265b3e722dfb117c1cbeebb24934e8cee1d3 Mon Sep 17 00:00:00 2001 From: Steffen Kamper <info@sk-typo3.de> Date: Wed, 24 Nov 2010 22:50:09 +0000 Subject: [PATCH] Fixed bug #14050: CleanUp - CGL format of t3lib files - t3lib_interface_directory git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9605 709f56b5-9817-0410-a4d7-c38de5d9e867 --- ChangeLog | 1 + .../interface.t3lib_browselinkshook.php | 50 ++++++++--------- ...t3lib_extfilefunctions_processdatahook.php | 54 +++++++++--------- ...face.t3lib_localrecordlistgettablehook.php | 56 +++++++++---------- ...interface.t3lib_pageselect_getpagehook.php | 54 +++++++++--------- ...ce.t3lib_pageselect_getpageoverlayhook.php | 52 ++++++++--------- ....t3lib_pageselect_getrecordoverlayhook.php | 48 ++++++++-------- .../interfaces/interface.t3lib_singleton.php | 48 ++++++++-------- ...3lib_spritemanager_spriteicongenerator.php | 48 ++++++++-------- .../interface.t3lib_tceformsinlinehook.php | 3 +- ...3lib_tcemain_checkmodifyaccesslisthook.php | 50 ++++++++--------- ...erface.t3lib_tcemain_processuploadhook.php | 52 ++++++++--------- .../interface.t3lib_tree_comparablenode.php | 50 ++++++++--------- ...erface.t3lib_tree_draggableanddropable.php | 48 ++++++++-------- .../interface.t3lib_tree_labeleditable.php | 48 ++++++++-------- 15 files changed, 332 insertions(+), 330 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7a6d8695e51c..6b314d298ff3 100755 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ 2010-11-24 Steffen Kamper <steffen@typo3.org> + * Fixed bug #14050: CleanUp - CGL format of t3lib files - t3lib_interface_directory * Fixed bug #14050: CleanUp - CGL format of t3lib files - t3lib_formprotection_directory * Fixed bug #14050: CleanUp - CGL format of t3lib files - t3lib_extjs_directory * Fixed bug #14050: CleanUp - CGL format of t3lib files - t3lib_error_directory diff --git a/t3lib/interfaces/interface.t3lib_browselinkshook.php b/t3lib/interfaces/interface.t3lib_browselinkshook.php index f33d28f3df0d..9d0339038e5a 100644 --- a/t3lib/interfaces/interface.t3lib_browselinkshook.php +++ b/t3lib/interfaces/interface.t3lib_browselinkshook.php @@ -1,29 +1,29 @@ <?php /*************************************************************** -* Copyright notice -* -* (c) 2007-2010 Ingo Renner <ingo@typo3.org> -* 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. -* A copy is found in the textfile GPL.txt and important notices to the license -* from the author is found in LICENSE.txt distributed with these scripts. -* -* -* 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! -***************************************************************/ + * Copyright notice + * + * (c) 2007-2010 Ingo Renner <ingo@typo3.org> + * 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. + * A copy is found in the textfile GPL.txt and important notices to the license + * from the author is found in LICENSE.txt distributed with these scripts. + * + * + * 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! + ***************************************************************/ /** @@ -39,7 +39,7 @@ interface t3lib_browseLinksHook { * initializes the hook object * * @param browse_links parent browse_links object - * @param array additional parameters + * @param array additional parameters * @return void */ public function init($parentObject, $additionalParameters); diff --git a/t3lib/interfaces/interface.t3lib_extfilefunctions_processdatahook.php b/t3lib/interfaces/interface.t3lib_extfilefunctions_processdatahook.php index 8c69f9ecdd08..9d29f8ed4566 100644 --- a/t3lib/interfaces/interface.t3lib_extfilefunctions_processdatahook.php +++ b/t3lib/interfaces/interface.t3lib_extfilefunctions_processdatahook.php @@ -1,29 +1,29 @@ <?php /*************************************************************** -* Copyright notice -* -* (c) 2010 Xavier Perseguers <typo3@perseguers.ch> -* 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. -* A copy is found in the textfile GPL.txt and important notices to the license -* from the author is found in LICENSE.txt distributed with these scripts. -* -* -* 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! -***************************************************************/ + * Copyright notice + * + * (c) 2010 Xavier Perseguers <typo3@perseguers.ch> + * 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. + * A copy is found in the textfile GPL.txt and important notices to the license + * from the author is found in LICENSE.txt distributed with these scripts. + * + * + * 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! + ***************************************************************/ /** @@ -39,9 +39,9 @@ interface t3lib_extFileFunctions_processDataHook { /** * Post-process a file action. * - * @param string The action - * @param array The parameter sent to the action handler - * @param array The results of all calls to the action handler + * @param string The action + * @param array The parameter sent to the action handler + * @param array The results of all calls to the action handler * @param t3lib_extFileFunctions parent t3lib_extFileFunctions object * @return void */ diff --git a/t3lib/interfaces/interface.t3lib_localrecordlistgettablehook.php b/t3lib/interfaces/interface.t3lib_localrecordlistgettablehook.php index ab47bbbee85c..c62419ccd08b 100644 --- a/t3lib/interfaces/interface.t3lib_localrecordlistgettablehook.php +++ b/t3lib/interfaces/interface.t3lib_localrecordlistgettablehook.php @@ -1,29 +1,29 @@ <?php /*************************************************************** -* Copyright notice -* -* (c) 2007-2010 Ingo Renner <ingo@typo3.org> -* 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. -* A copy is found in the textfile GPL.txt and important notices to the license -* from the author is found in LICENSE.txt distributed with these scripts. -* -* -* 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! -***************************************************************/ + * Copyright notice + * + * (c) 2007-2010 Ingo Renner <ingo@typo3.org> + * 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. + * A copy is found in the textfile GPL.txt and important notices to the license + * from the author is found in LICENSE.txt distributed with these scripts. + * + * + * 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! + ***************************************************************/ /** @@ -38,10 +38,10 @@ interface t3lib_localRecordListGetTableHook { /** * modifies the DB list query * - * @param string the current database table - * @param integer the record's page ID - * @param string an additional WHERE clause - * @param string comma separated list of selected fields + * @param string the current database table + * @param integer the record's page ID + * @param string an additional WHERE clause + * @param string comma separated list of selected fields * @param localRecordList parent localRecordList object * @return void */ diff --git a/t3lib/interfaces/interface.t3lib_pageselect_getpagehook.php b/t3lib/interfaces/interface.t3lib_pageselect_getpagehook.php index 16f508091a1e..7a55e1d8c79b 100644 --- a/t3lib/interfaces/interface.t3lib_pageselect_getpagehook.php +++ b/t3lib/interfaces/interface.t3lib_pageselect_getpagehook.php @@ -1,29 +1,29 @@ <?php /*************************************************************** -* Copyright notice -* -* (c) 2009-2010 Christian Kuhn <lolli@schwarzbu.ch> -* 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. -* A copy is found in the textfile GPL.txt and important notices to the license -* from the author is found in LICENSE.txt distributed with these scripts. -* -* -* 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! -***************************************************************/ + * Copyright notice + * + * (c) 2009-2010 Christian Kuhn <lolli@schwarzbu.ch> + * 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. + * A copy is found in the textfile GPL.txt and important notices to the license + * from the author is found in LICENSE.txt distributed with these scripts. + * + * + * 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! + ***************************************************************/ /** @@ -39,9 +39,9 @@ interface t3lib_pageSelect_getPageHook { /** * Modifies the DB params * - * @param integer The page ID - * @param boolean If set, the check for group access is disabled. VERY rarely used - * @param t3lib_pageSelect parent t3lib_pageSelect object + * @param integer The page ID + * @param boolean If set, the check for group access is disabled. VERY rarely used + * @param t3lib_pageSelect parent t3lib_pageSelect object * @return void */ public function getPage_preProcess(&$uid, &$disableGroupAccessCheck, t3lib_pageSelect $parentObject); diff --git a/t3lib/interfaces/interface.t3lib_pageselect_getpageoverlayhook.php b/t3lib/interfaces/interface.t3lib_pageselect_getpageoverlayhook.php index 228f1f3e1b33..c87eb16d1d51 100644 --- a/t3lib/interfaces/interface.t3lib_pageselect_getpageoverlayhook.php +++ b/t3lib/interfaces/interface.t3lib_pageselect_getpageoverlayhook.php @@ -1,29 +1,29 @@ <?php /*************************************************************** -* Copyright notice -* -* (c) 2010 Tolleiv Nietsch <nietsch@aoemedia.de> -* 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. -* A copy is found in the textfile GPL.txt and important notices to the license -* from the author is found in LICENSE.txt distributed with these scripts. -* -* -* 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! -***************************************************************/ + * Copyright notice + * + * (c) 2010 Tolleiv Nietsch <nietsch@aoemedia.de> + * 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. + * A copy is found in the textfile GPL.txt and important notices to the license + * from the author is found in LICENSE.txt distributed with these scripts. + * + * + * 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! + ***************************************************************/ /** @@ -38,8 +38,8 @@ interface t3lib_pageSelect_getPageOverlayHook { /** * enables to preprocess the pageoverlay * - * @param array $pageInput - the page record - * @param integer $lUid - the overlay language + * @param array $pageInput - the page record + * @param integer $lUid - the overlay language * @param t3lib_pageSelect $parent - the calling parent object * @return void */ diff --git a/t3lib/interfaces/interface.t3lib_pageselect_getrecordoverlayhook.php b/t3lib/interfaces/interface.t3lib_pageselect_getrecordoverlayhook.php index ccc6de48bd61..a87951fa8187 100644 --- a/t3lib/interfaces/interface.t3lib_pageselect_getrecordoverlayhook.php +++ b/t3lib/interfaces/interface.t3lib_pageselect_getrecordoverlayhook.php @@ -1,29 +1,29 @@ <?php /*************************************************************** -* Copyright notice -* -* (c) 2010 Tolleiv Nietsch <nietsch@aoemedia.de> -* 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. -* A copy is found in the textfile GPL.txt and important notices to the license -* from the author is found in LICENSE.txt distributed with these scripts. -* -* -* 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! -***************************************************************/ + * Copyright notice + * + * (c) 2010 Tolleiv Nietsch <nietsch@aoemedia.de> + * 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. + * A copy is found in the textfile GPL.txt and important notices to the license + * from the author is found in LICENSE.txt distributed with these scripts. + * + * + * 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! + ***************************************************************/ /** diff --git a/t3lib/interfaces/interface.t3lib_singleton.php b/t3lib/interfaces/interface.t3lib_singleton.php index 50e214820d2a..59d9bfe89c08 100644 --- a/t3lib/interfaces/interface.t3lib_singleton.php +++ b/t3lib/interfaces/interface.t3lib_singleton.php @@ -1,29 +1,29 @@ <?php /*************************************************************** -* Copyright notice -* -* (c) 2008-2010 Robert Lemke <robert@typo3.org>, Martin Kutschker <masi@typo3.org> -* 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. -* A copy is found in the textfile GPL.txt and important notices to the license -* from the author is found in LICENSE.txt distributed with these scripts. -* -* -* 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! -***************************************************************/ + * Copyright notice + * + * (c) 2008-2010 Robert Lemke <robert@typo3.org>, Martin Kutschker <masi@typo3.org> + * 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. + * A copy is found in the textfile GPL.txt and important notices to the license + * from the author is found in LICENSE.txt distributed with these scripts. + * + * + * 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! + ***************************************************************/ /** * "empty" interface for singletons (marker interface pattern) diff --git a/t3lib/interfaces/interface.t3lib_spritemanager_spriteicongenerator.php b/t3lib/interfaces/interface.t3lib_spritemanager_spriteicongenerator.php index d7fee5a49d84..39be17b17bbc 100644 --- a/t3lib/interfaces/interface.t3lib_spritemanager_spriteicongenerator.php +++ b/t3lib/interfaces/interface.t3lib_spritemanager_spriteicongenerator.php @@ -1,29 +1,29 @@ <?php /*************************************************************** -* Copyright notice -* -* (c) 2010 Steffen Ritter <info@steffen-ritter.net> -* 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. -* A copy is found in the textfile GPL.txt and important notices to the license -* from the author is found in LICENSE.txt distributed with these scripts. -* -* -* 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! -***************************************************************/ + * Copyright notice + * + * (c) 2010 Steffen Ritter <info@steffen-ritter.net> + * 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. + * A copy is found in the textfile GPL.txt and important notices to the license + * from the author is found in LICENSE.txt distributed with these scripts. + * + * + * 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! + ***************************************************************/ /** diff --git a/t3lib/interfaces/interface.t3lib_tceformsinlinehook.php b/t3lib/interfaces/interface.t3lib_tceformsinlinehook.php index 28410f59d18c..c2876337387e 100644 --- a/t3lib/interfaces/interface.t3lib_tceformsinlinehook.php +++ b/t3lib/interfaces/interface.t3lib_tceformsinlinehook.php @@ -31,7 +31,7 @@ * $Id$ * * @author Oliver Hader <oh@inpublica.de> - * @package TYPO3 + * @package TYPO3 * @subpackage t3lib */ interface t3lib_tceformsInlineHook { @@ -69,4 +69,5 @@ interface t3lib_tceformsInlineHook { */ public function renderForeignRecordHeaderControl_postProcess($parentUid, $foreignTable, array $childRecord, array $childConfig, $isVirtual, array &$controlItems); } + ?> \ No newline at end of file diff --git a/t3lib/interfaces/interface.t3lib_tcemain_checkmodifyaccesslisthook.php b/t3lib/interfaces/interface.t3lib_tcemain_checkmodifyaccesslisthook.php index ce76c9cd228f..2a3bbb2eb6b1 100644 --- a/t3lib/interfaces/interface.t3lib_tcemain_checkmodifyaccesslisthook.php +++ b/t3lib/interfaces/interface.t3lib_tcemain_checkmodifyaccesslisthook.php @@ -1,29 +1,29 @@ <?php /*************************************************************** -* Copyright notice -* -* (c) 2009-2010 Oliver Hader <oliver@typo3.org> -* 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. -* A copy is found in the textfile GPL.txt and important notices to the license -* from the author is found in LICENSE.txt distributed with these scripts. -* -* -* 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! -***************************************************************/ + * Copyright notice + * + * (c) 2009-2010 Oliver Hader <oliver@typo3.org> + * 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. + * A copy is found in the textfile GPL.txt and important notices to the license + * from the author is found in LICENSE.txt distributed with these scripts. + * + * + * 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! + ***************************************************************/ /** * Interface for hook in t3lib_TCEmain::checkModifyAccessList @@ -37,7 +37,7 @@ interface t3lib_TCEmain_checkModifyAccessListHook { * Hook that determines whether a user has access to modify a table. * * @param boolean &$accessAllowed: Whether the user has access to modify a table - * @param string $table: The name of the table to be modified + * @param string $table: The name of the table to be modified * @param t3lib_TCEmain $parent: The calling parent object * @return void */ diff --git a/t3lib/interfaces/interface.t3lib_tcemain_processuploadhook.php b/t3lib/interfaces/interface.t3lib_tcemain_processuploadhook.php index 7c212111b0eb..8459fa3896ec 100644 --- a/t3lib/interfaces/interface.t3lib_tcemain_processuploadhook.php +++ b/t3lib/interfaces/interface.t3lib_tcemain_processuploadhook.php @@ -1,29 +1,29 @@ <?php /*************************************************************** -* Copyright notice -* -* (c) 2010 Xavier Perseguers <typo3@perseguers.ch> -* 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. -* A copy is found in the textfile GPL.txt and important notices to the license -* from the author is found in LICENSE.txt distributed with these scripts. -* -* -* 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! -***************************************************************/ + * Copyright notice + * + * (c) 2010 Xavier Perseguers <typo3@perseguers.ch> + * 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. + * A copy is found in the textfile GPL.txt and important notices to the license + * from the author is found in LICENSE.txt distributed with these scripts. + * + * + * 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! + ***************************************************************/ /** @@ -40,8 +40,8 @@ interface t3lib_TCEmain_processUploadHook { /** * Post-process a file upload. * - * @param string The uploaded file - * @param t3lib_TCEmain parent t3lib_TCEmain object + * @param string The uploaded file + * @param t3lib_TCEmain parent t3lib_TCEmain object * @return void */ public function processUpload_postProcessAction(&$filename, t3lib_TCEmain $parentObject); diff --git a/t3lib/interfaces/tree/interface.t3lib_tree_comparablenode.php b/t3lib/interfaces/tree/interface.t3lib_tree_comparablenode.php index a48b0bc32532..a5a06cb0ee5d 100644 --- a/t3lib/interfaces/tree/interface.t3lib_tree_comparablenode.php +++ b/t3lib/interfaces/tree/interface.t3lib_tree_comparablenode.php @@ -1,29 +1,29 @@ <?php /*************************************************************** -* Copyright notice -* -* (c) 2010 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees> -* 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. -* A copy is found in the textfile GPL.txt and important notices to the license -* from the author is found in LICENSE.txt distributed with these scripts. -* -* -* 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! -***************************************************************/ + * Copyright notice + * + * (c) 2010 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees> + * 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. + * A copy is found in the textfile GPL.txt and important notices to the license + * from the author is found in LICENSE.txt distributed with these scripts. + * + * + * 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! + ***************************************************************/ /** * Interface that defines the comparison of nodes @@ -43,7 +43,7 @@ interface t3lib_tree_ComparableNode { * * <strong>Example</strong> * <pre> - * if ($this->sortValue > $other->sortValue) { + * if ($this->sortValue > $other->sortValue) { * return 1; * } elseif ($this->sortValue < $other->sortValue) { * return -1; diff --git a/t3lib/interfaces/tree/interface.t3lib_tree_draggableanddropable.php b/t3lib/interfaces/tree/interface.t3lib_tree_draggableanddropable.php index 9b4450fe1dd4..87794e0a3e4b 100644 --- a/t3lib/interfaces/tree/interface.t3lib_tree_draggableanddropable.php +++ b/t3lib/interfaces/tree/interface.t3lib_tree_draggableanddropable.php @@ -1,29 +1,29 @@ <?php /*************************************************************** -* Copyright notice -* -* (c) 2010 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees> -* 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. -* A copy is found in the textfile GPL.txt and important notices to the license -* from the author is found in LICENSE.txt distributed with these scripts. -* -* -* 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! -***************************************************************/ + * Copyright notice + * + * (c) 2010 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees> + * 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. + * A copy is found in the textfile GPL.txt and important notices to the license + * from the author is found in LICENSE.txt distributed with these scripts. + * + * + * 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! + ***************************************************************/ /** * Describes necessary methods if the nodes are draggable and dropable diff --git a/t3lib/interfaces/tree/interface.t3lib_tree_labeleditable.php b/t3lib/interfaces/tree/interface.t3lib_tree_labeleditable.php index ff5277cf9c21..612f7dc920db 100644 --- a/t3lib/interfaces/tree/interface.t3lib_tree_labeleditable.php +++ b/t3lib/interfaces/tree/interface.t3lib_tree_labeleditable.php @@ -1,29 +1,29 @@ <?php /*************************************************************** -* Copyright notice -* -* (c) 2010 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees> -* 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. -* A copy is found in the textfile GPL.txt and important notices to the license -* from the author is found in LICENSE.txt distributed with these scripts. -* -* -* 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! -***************************************************************/ + * Copyright notice + * + * (c) 2010 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees> + * 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. + * A copy is found in the textfile GPL.txt and important notices to the license + * from the author is found in LICENSE.txt distributed with these scripts. + * + * + * 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! + ***************************************************************/ /** * Describes necessary methods if the node label should be editable -- GitLab