diff --git a/README.md b/README.md index 1a5911de..b23011b5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Fork us! ## Requirements -* PHP version 5.2.0 or higher +* PHP version 5.3.0 or higher ## License PHPWord is licensed under [LGPL (GNU LESSER GENERAL PUBLIC LICENSE)](https://github.com/PHPOffice/PHPWord/blob/master/license.md) diff --git a/changelog.txt b/changelog.txt index 288aab24..a632a34f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,3 @@ -2013-12-11 (v1.0): +2013-12-11 (v0.7.0): - Feature: (gavroche) Added composer file - Feature: (gavroche) Added support for image wrapping style \ No newline at end of file diff --git a/composer.json b/composer.json index 80cb3484..888f3bac 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ } ], "require": { - "php": ">=5.2.0" + "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "3.7.28" diff --git a/src/PHPWord.php b/src/PHPWord.php index 78dec75d..9fbe125a 100644 --- a/src/PHPWord.php +++ b/src/PHPWord.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,9 +20,9 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ /** PHPWORD_BASE_PATH */ @@ -32,13 +32,8 @@ if (!defined('PHPWORD_BASE_PATH')) { PHPWord_Autoloader::register(); } - /** - * PHPWord - * - * @category PHPWord - * @package PHPWord - * @copyright Copyright (c) 2011 PHPWord + * Class PHPWord */ class PHPWord { diff --git a/src/PHPWord/Autoloader.php b/src/PHPWord/Autoloader.php index 165850d2..dbe1322d 100755 --- a/src/PHPWord/Autoloader.php +++ b/src/PHPWord/Autoloader.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,13 +20,16 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ define('PHPWORD_BASE_PATH', realpath(__DIR__ . '/../') . '/'); +/** + * Class PHPWord_Autoloader + */ class PHPWord_Autoloader { /** diff --git a/src/PHPWord/DocumentProperties.php b/src/PHPWord/DocumentProperties.php index 5a902389..f2a0904d 100644 --- a/src/PHPWord/DocumentProperties.php +++ b/src/PHPWord/DocumentProperties.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,18 +20,14 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ /** * PHPWord_DocumentProperties - * - * @category PHPWord - * @package PHPWord - * @copyright Copyright (c) 2009 - 2011 PHPWord (http://www.codeplex.com/PHPWord) */ class PHPWord_DocumentProperties { diff --git a/src/PHPWord/HashTable.php b/src/PHPWord/HashTable.php index fc253e97..c32e0abb 100644 --- a/src/PHPWord/HashTable.php +++ b/src/PHPWord/HashTable.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2009 - 2010 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,18 +20,14 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 2009 - 2010 PHPWord (http://www.codeplex.com/PHPWord) + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version ##VERSION##, ##DATE## + * @version 0.7.0 */ /** * PHPWord_HashTable - * - * @category PHPWord - * @package PHPWord - * @copyright Copyright (c) 2009 - 2010 PHPWord (http://www.codeplex.com/PHPWord) */ class PHPWord_HashTable { diff --git a/src/PHPWord/IOFactory.php b/src/PHPWord/IOFactory.php index dcf2a316..a07a72db 100644 --- a/src/PHPWord/IOFactory.php +++ b/src/PHPWord/IOFactory.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,18 +20,13 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - /** - * PHPWord_IOFactory - * - * @category PHPWord - * @package PHPWord - * @copyright Copyright (c) 2011 PHPWord + * Class PHPWord_IOFactory */ class PHPWord_IOFactory { diff --git a/src/PHPWord/Media.php b/src/PHPWord/Media.php index 6cdc92b9..044db8f7 100644 --- a/src/PHPWord/Media.php +++ b/src/PHPWord/Media.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,18 +20,13 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - /** - * PHPWord_Media - * - * @category PHPWord - * @package PHPWord - * @copyright Copyright (c) 2011 PHPWord + * Class PHPWord_Media */ class PHPWord_Media { @@ -72,7 +67,6 @@ class PHPWord_Media * * @param string $src * @param string $type - * * @return mixed */ public static function addSectionMediaElement($src, $type, PHPWord_Section_MemoryImage $memoryImage = null) diff --git a/src/PHPWord/Section.php b/src/PHPWord/Section.php index abfa42ec..38bb63d5 100644 --- a/src/PHPWord/Section.php +++ b/src/PHPWord/Section.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,18 +20,13 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - /** - * PHPWord_Section - * - * @category PHPWord - * @package PHPWord_Section - * @copyright Copyright (c) 2011 PHPWord + * Class PHPWord_Section */ class PHPWord_Section { diff --git a/src/PHPWord/Section/Footer.php b/src/PHPWord/Section/Footer.php index 115153b3..a21031fc 100644 --- a/src/PHPWord/Section/Footer.php +++ b/src/PHPWord/Section/Footer.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,18 +20,13 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - /** - * PHPWord_Section_Footer - * - * @category PHPWord - * @package PHPWord_Section - * @copyright Copyright (c) 2011 PHPWord + * Class PHPWord_Section_Footer */ class PHPWord_Section_Footer { diff --git a/src/PHPWord/Section/Footer/PreserveText.php b/src/PHPWord/Section/Footer/PreserveText.php index c4cf1777..7d08712f 100644 --- a/src/PHPWord/Section/Footer/PreserveText.php +++ b/src/PHPWord/Section/Footer/PreserveText.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,18 +20,13 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - /** - * PHPWord_Section_Footer_PreserveText - * - * @category PHPWord - * @package PHPWord_Section_Footer - * @copyright Copyright (c) 2011 PHPWord + * Class PHPWord_Section_Footer_PreserveText */ class PHPWord_Section_Footer_PreserveText { diff --git a/src/PHPWord/Section/Header.php b/src/PHPWord/Section/Header.php index dc55d62d..fff730fd 100644 --- a/src/PHPWord/Section/Header.php +++ b/src/PHPWord/Section/Header.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,18 +20,13 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - /** - * PHPWord_Section_Header - * - * @category PHPWord - * @package PHPWord_Section - * @copyright Copyright (c) 2011 PHPWord + * Class PHPWord_Section_Header */ class PHPWord_Section_Header { diff --git a/src/PHPWord/Section/Image.php b/src/PHPWord/Section/Image.php index 3df4f9e8..e994fb95 100644 --- a/src/PHPWord/Section/Image.php +++ b/src/PHPWord/Section/Image.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,18 +20,13 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - /** - * PHPWord_Section_Image - * - * @category PHPWord - * @package PHPWord_Section - * @copyright Copyright (c) 2011 PHPWord + * Class PHPWord_Section_Image */ class PHPWord_Section_Image { diff --git a/src/PHPWord/Section/Link.php b/src/PHPWord/Section/Link.php index d981c45e..551eb4f2 100644 --- a/src/PHPWord/Section/Link.php +++ b/src/PHPWord/Section/Link.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,18 +20,13 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - /** - * PHPWord_Section_Link - * - * @category PHPWord - * @package PHPWord_Section - * @copyright Copyright (c) 2011 PHPWord + * Class PHPWord_Section_Link */ class PHPWord_Section_Link { diff --git a/src/PHPWord/Section/ListItem.php b/src/PHPWord/Section/ListItem.php index 0b6625e3..e6a1ac76 100644 --- a/src/PHPWord/Section/ListItem.php +++ b/src/PHPWord/Section/ListItem.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,18 +20,13 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - /** - * PHPWord_Section_ListItem - * - * @category PHPWord - * @package PHPWord_Section - * @copyright Copyright (c) 2011 PHPWord + * Class PHPWord_Section_ListItem */ class PHPWord_Section_ListItem { diff --git a/src/PHPWord/Section/MemoryImage.php b/src/PHPWord/Section/MemoryImage.php index 61445951..f1a027e2 100644 --- a/src/PHPWord/Section/MemoryImage.php +++ b/src/PHPWord/Section/MemoryImage.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,18 +20,13 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - /** - * PHPWord_Section_MemoryImage - * - * @category PHPWord - * @package PHPWord_Section - * @copyright Copyright (c) 2011 PHPWord + * Class PHPWord_Section_MemoryImage */ class PHPWord_Section_MemoryImage { diff --git a/src/PHPWord/Section/Object.php b/src/PHPWord/Section/Object.php index 63b11069..40aa272c 100644 --- a/src/PHPWord/Section/Object.php +++ b/src/PHPWord/Section/Object.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,18 +20,13 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - /** - * PHPWord_Section_Object - * - * @category PHPWord - * @package PHPWord_Section - * @copyright Copyright (c) 2011 PHPWord + * Class PHPWord_Section_Object */ class PHPWord_Section_Object { diff --git a/src/PHPWord/Section/PageBreak.php b/src/PHPWord/Section/PageBreak.php index 9a9c76ec..bdaf58ea 100644 --- a/src/PHPWord/Section/PageBreak.php +++ b/src/PHPWord/Section/PageBreak.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,18 +20,13 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - /** - * PHPWord_Section_PageBreak - * - * @category PHPWord - * @package PHPWord_Section - * @copyright Copyright (c) 2011 PHPWord + * Class PHPWord_Section_PageBreak */ class PHPWord_Section_PageBreak { diff --git a/src/PHPWord/Section/Settings.php b/src/PHPWord/Section/Settings.php index a83192dc..fa30c367 100644 --- a/src/PHPWord/Section/Settings.php +++ b/src/PHPWord/Section/Settings.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,18 +20,13 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - /** - * PHPWord_Section_Settings - * - * @category PHPWord - * @package PHPWord_Section - * @copyright Copyright (c) 2011 PHPWord + * Class PHPWord_Section_Settings */ class PHPWord_Section_Settings { diff --git a/src/PHPWord/Section/Table.php b/src/PHPWord/Section/Table.php index 94878e81..3c9cbfb7 100644 --- a/src/PHPWord/Section/Table.php +++ b/src/PHPWord/Section/Table.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,18 +20,13 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - /** - * PHPWord_Section_Table - * - * @category PHPWord - * @package PHPWord_Section - * @copyright Copyright (c) 2011 PHPWord + * Class PHPWord_Section_Table */ class PHPWord_Section_Table { diff --git a/src/PHPWord/Section/Table/Cell.php b/src/PHPWord/Section/Table/Cell.php index e9eb1d1b..48c9de81 100644 --- a/src/PHPWord/Section/Table/Cell.php +++ b/src/PHPWord/Section/Table/Cell.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,18 +20,13 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - /** - * PHPWord_Section_Table_Cell - * - * @category PHPWord - * @package PHPWord_Section_Table - * @copyright Copyright (c) 2011 PHPWord + * Class PHPWord_Section_Table_Cell */ class PHPWord_Section_Table_Cell { diff --git a/src/PHPWord/Section/Text.php b/src/PHPWord/Section/Text.php index 340ae92a..72ff4333 100644 --- a/src/PHPWord/Section/Text.php +++ b/src/PHPWord/Section/Text.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,18 +20,13 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - /** - * PHPWord_Section_Text - * - * @category PHPWord - * @package PHPWord_Section - * @copyright Copyright (c) 2011 PHPWord + * Class PHPWord_Section_Text */ class PHPWord_Section_Text { diff --git a/src/PHPWord/Section/TextBreak.php b/src/PHPWord/Section/TextBreak.php index 37d5f72c..0339521d 100644 --- a/src/PHPWord/Section/TextBreak.php +++ b/src/PHPWord/Section/TextBreak.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,18 +20,13 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - /** - * PHPWord_Section_TextBreak - * - * @category PHPWord - * @package PHPWord_Section - * @copyright Copyright (c) 2011 PHPWord + * Class PHPWord_Section_TextBreak */ class PHPWord_Section_TextBreak { diff --git a/src/PHPWord/Section/TextRun.php b/src/PHPWord/Section/TextRun.php index d4cde480..2ff89044 100644 --- a/src/PHPWord/Section/TextRun.php +++ b/src/PHPWord/Section/TextRun.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,18 +20,13 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - /** - * PHPWord_Section_TextRun - * - * @category PHPWord - * @package PHPWord_Section - * @copyright Copyright (c) 2011 PHPWord + * Class PHPWord_Section_TextRun */ class PHPWord_Section_TextRun { diff --git a/src/PHPWord/Section/Title.php b/src/PHPWord/Section/Title.php index 1aea31b2..3e7f2f43 100644 --- a/src/PHPWord/Section/Title.php +++ b/src/PHPWord/Section/Title.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,18 +20,13 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - /** - * PHPWord_Section_Title - * - * @category PHPWord - * @package PHPWord_Section - * @copyright Copyright (c) 2011 PHPWord + * Class PHPWord_Section_Title */ class PHPWord_Section_Title { diff --git a/src/PHPWord/Shared/Drawing.php b/src/PHPWord/Shared/Drawing.php index 00b4a44f..8f93344e 100644 --- a/src/PHPWord/Shared/Drawing.php +++ b/src/PHPWord/Shared/Drawing.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,12 +20,14 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - +/** + * Class PHPWord_Shared_Drawing + */ class PHPWord_Shared_Drawing { /** diff --git a/src/PHPWord/Shared/File.php b/src/PHPWord/Shared/File.php index 12e7c424..bd214eef 100644 --- a/src/PHPWord/Shared/File.php +++ b/src/PHPWord/Shared/File.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,12 +20,14 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - +/** + * Class PHPWord_Shared_File + */ class PHPWord_Shared_File { /** diff --git a/src/PHPWord/Shared/Font.php b/src/PHPWord/Shared/Font.php index ec1d4701..4dc0a54d 100644 --- a/src/PHPWord/Shared/Font.php +++ b/src/PHPWord/Shared/Font.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,12 +20,14 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - +/** + * Class PHPWord_Shared_Font + */ class PHPWord_Shared_Font { /** diff --git a/src/PHPWord/Shared/String.php b/src/PHPWord/Shared/String.php index 1085f66d..1e703893 100644 --- a/src/PHPWord/Shared/String.php +++ b/src/PHPWord/Shared/String.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,12 +20,14 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - +/** + * Class PHPWord_Shared_String + */ class PHPWord_Shared_String { /** diff --git a/src/PHPWord/Shared/XMLWriter.php b/src/PHPWord/Shared/XMLWriter.php index 7d62b82a..7144f9cc 100644 --- a/src/PHPWord/Shared/XMLWriter.php +++ b/src/PHPWord/Shared/XMLWriter.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,12 +20,11 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - if (!defined('DATE_W3C')) { define('DATE_W3C', 'Y-m-d\TH:i:sP'); } @@ -33,9 +32,6 @@ if (!defined('DATE_W3C')) { /** * Class PHPWord_Shared_XMLWriter * - * @category PHPWord - * @package PHPWord_Section - * @copyright Copyright (c) 2011 PHPWord * @method bool startElement(string $name) * @method bool writeAttribute(string $name, string $value) * @method bool endElement() diff --git a/src/PHPWord/Shared/ZipStreamWrapper.php b/src/PHPWord/Shared/ZipStreamWrapper.php index 106d0ec9..57532758 100644 --- a/src/PHPWord/Shared/ZipStreamWrapper.php +++ b/src/PHPWord/Shared/ZipStreamWrapper.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,16 +20,17 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - /** Register new zip wrapper */ PHPWord_Shared_ZipStreamWrapper::register(); - +/** + * Class PHPWord_Shared_ZipStreamWrapper + */ class PHPWord_Shared_ZipStreamWrapper { /** diff --git a/src/PHPWord/Style.php b/src/PHPWord/Style.php index afd2840f..18f22123 100644 --- a/src/PHPWord/Style.php +++ b/src/PHPWord/Style.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,18 +20,13 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - /** - * PHPWord_Style - * - * @category PHPWord - * @package PHPWord_Style - * @copyright Copyright (c) 2011 PHPWord + * Class PHPWord_Style */ class PHPWord_Style { diff --git a/src/PHPWord/Style/Cell.php b/src/PHPWord/Style/Cell.php index f8db60e8..0c294f29 100644 --- a/src/PHPWord/Style/Cell.php +++ b/src/PHPWord/Style/Cell.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,18 +20,13 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - /** - * PHPWord_Style_Cell - * - * @category PHPWord - * @package PHPWord_Style - * @copyright Copyright (c) 2011 PHPWord + * Class PHPWord_Style_Cell */ class PHPWord_Style_Cell { diff --git a/src/PHPWord/Style/Font.php b/src/PHPWord/Style/Font.php index e3b5a89e..4b391205 100644 --- a/src/PHPWord/Style/Font.php +++ b/src/PHPWord/Style/Font.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,18 +20,13 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - /** - * PHPWord_Style_Font - * - * @category PHPWord - * @package PHPWord_Style - * @copyright Copyright (c) 2011 PHPWord + * Class PHPWord_Style_Font */ class PHPWord_Style_Font { diff --git a/src/PHPWord/Style/Image.php b/src/PHPWord/Style/Image.php index 556d53f3..1d818060 100644 --- a/src/PHPWord/Style/Image.php +++ b/src/PHPWord/Style/Image.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,18 +20,13 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - /** - * PHPWord_Style_Image - * - * @category PHPWord - * @package PHPWord_Section - * @copyright Copyright (c) 2011 PHPWord + * Class PHPWord_Style_Image */ class PHPWord_Style_Image { diff --git a/src/PHPWord/Style/ListItem.php b/src/PHPWord/Style/ListItem.php index 1ff7cb50..498b88e9 100644 --- a/src/PHPWord/Style/ListItem.php +++ b/src/PHPWord/Style/ListItem.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,18 +20,13 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - /** - * PHPWord_Style_ListItem - * - * @category PHPWord - * @package PHPWord_Style - * @copyright Copyright (c) 2011 PHPWord + * Class PHPWord_Style_ListItem */ class PHPWord_Style_ListItem { diff --git a/src/PHPWord/Style/Paragraph.php b/src/PHPWord/Style/Paragraph.php index a7b0f5d9..c92933d2 100644 --- a/src/PHPWord/Style/Paragraph.php +++ b/src/PHPWord/Style/Paragraph.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,18 +20,13 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - /** - * PHPWord_Style_Paragraph - * - * @category PHPWord - * @package PHPWord_Style - * @copyright Copyright (c) 2011 PHPWord + * Class PHPWord_Style_Paragraph */ class PHPWord_Style_Paragraph { diff --git a/src/PHPWord/Style/TOC.php b/src/PHPWord/Style/TOC.php index 4604b242..a91add95 100644 --- a/src/PHPWord/Style/TOC.php +++ b/src/PHPWord/Style/TOC.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,18 +20,13 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - /** - * PHPWord_Style_TOC - * - * @category PHPWord - * @package PHPWord_Style - * @copyright Copyright (c) 2011 PHPWord + * Class PHPWord_Style_TOC */ class PHPWord_Style_TOC { diff --git a/src/PHPWord/Style/Table.php b/src/PHPWord/Style/Table.php index c60ce484..ea54d8d2 100644 --- a/src/PHPWord/Style/Table.php +++ b/src/PHPWord/Style/Table.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,12 +20,14 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - +/** + * Class PHPWord_Style_Table + */ class PHPWord_Style_Table { diff --git a/src/PHPWord/Style/TableFull.php b/src/PHPWord/Style/TableFull.php index 66b28323..f19ddd1e 100644 --- a/src/PHPWord/Style/TableFull.php +++ b/src/PHPWord/Style/TableFull.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,18 +20,13 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - /** - * PHPWord_Style_TableFull - * - * @category PHPWord - * @package PHPWord_Style - * @copyright Copyright (c) 2011 PHPWord + * Class PHPWord_Style_TableFull */ class PHPWord_Style_TableFull { diff --git a/src/PHPWord/TOC.php b/src/PHPWord/TOC.php index 6c20fd3e..5d9a97cb 100644 --- a/src/PHPWord/TOC.php +++ b/src/PHPWord/TOC.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,18 +20,13 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - /** - * PHPWord_TOC - * - * @category PHPWord - * @package PHPWord_TOC - * @copyright Copyright (c) 2011 PHPWord + * Class PHPWord_TOC */ class PHPWord_TOC { diff --git a/src/PHPWord/Template.php b/src/PHPWord/Template.php index 44e8bdf4..37044312 100644 --- a/src/PHPWord/Template.php +++ b/src/PHPWord/Template.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,18 +20,13 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - /** - * PHPWord_DocumentProperties - * - * @category PHPWord - * @package PHPWord - * @copyright Copyright (c) 2009 - 2011 PHPWord (http://www.codeplex.com/PHPWord) + * Class PHPWord_Template */ class PHPWord_Template { diff --git a/src/PHPWord/Writer/IWriter.php b/src/PHPWord/Writer/IWriter.php index 8302bee5..5e26341a 100644 --- a/src/PHPWord/Writer/IWriter.php +++ b/src/PHPWord/Writer/IWriter.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,12 +20,14 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - +/** + * Interface PHPWord_Writer_IWriter + */ interface PHPWord_Writer_IWriter { /** diff --git a/src/PHPWord/Writer/ODText.php b/src/PHPWord/Writer/ODText.php index 6ace605f..f8b10ab9 100644 --- a/src/PHPWord/Writer/ODText.php +++ b/src/PHPWord/Writer/ODText.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2009 - 2010 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,11 +20,14 @@ * * @category PHPWord * @package PHPWord_Writer_PowerPoint2007 - * @copyright Copyright (c) 2009 - 2010 PHPWord (http://www.codeplex.com/PHPWord) + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version ##VERSION##, ##DATE## + * @version 0.7.0 */ +/** + * Class PHPWord_Writer_ODText + */ class PHPWord_Writer_ODText implements PHPWord_Writer_IWriter { /** diff --git a/src/PHPWord/Writer/ODText/Content.php b/src/PHPWord/Writer/ODText/Content.php index c5fd42a7..7baac279 100644 --- a/src/PHPWord/Writer/ODText/Content.php +++ b/src/PHPWord/Writer/ODText/Content.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2009 - 2010 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -19,19 +19,14 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * @category PHPWord - * @package PHPWord_Writer_ODText - * @copyright Copyright (c) 2009 - 2010 PHPWord (http://www.codeplex.com/PHPWord) + * @package PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version ##VERSION##, ##DATE## + * @version 0.7.0 */ - /** - * PHPWord_Writer_ODText_Content - * - * @category PHPWord - * @package PHPWord_Writer_ODText - * @copyright Copyright (c) 2009 - 2010 PHPWord (http://www.codeplex.com/PHPWord) + * Class PHPWord_Writer_ODText_Manifest */ class PHPWord_Writer_ODText_Content extends PHPWord_Writer_ODText_WriterPart { diff --git a/src/PHPWord/Writer/ODText/Manifest.php b/src/PHPWord/Writer/ODText/Manifest.php index d2b783f7..61f9f84d 100644 --- a/src/PHPWord/Writer/ODText/Manifest.php +++ b/src/PHPWord/Writer/ODText/Manifest.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2009 - 2010 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -19,19 +19,14 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * @category PHPWord - * @package PHPWord_Writer_ODText - * @copyright Copyright (c) 2009 - 2010 PHPWord (http://www.codeplex.com/PHPWord) + * @package PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version ##VERSION##, ##DATE## + * @version 0.7.0 */ - /** - * PHPWord_Writer_ODText_Manifest - * - * @category PHPWord - * @package PHPWord_Writer_ODText - * @copyright Copyright (c) 2009 - 2010 PHPWord (http://www.codeplex.com/PHPWord) + * Class PHPWord_Writer_ODText_Manifest */ class PHPWord_Writer_ODText_Manifest extends PHPWord_Writer_ODText_WriterPart { diff --git a/src/PHPWord/Writer/ODText/Meta.php b/src/PHPWord/Writer/ODText/Meta.php index e4778a23..6dd1ba0c 100644 --- a/src/PHPWord/Writer/ODText/Meta.php +++ b/src/PHPWord/Writer/ODText/Meta.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2009 - 2010 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -19,19 +19,14 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * @category PHPWord - * @package PHPWord_Writer_ODText - * @copyright Copyright (c) 2009 - 2010 PHPWord (http://www.codeplex.com/PHPWord) + * @package PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version ##VERSION##, ##DATE## + * @version 0.7.0 */ - /** - * PHPWord_Writer_ODText_Meta - * - * @category PHPWord - * @package PHPWord_Writer_ODText - * @copyright Copyright (c) 2009 - 2010 PHPWord (http://www.codeplex.com/PHPWord) + * Class PHPWord_Writer_ODText_Meta */ class PHPWord_Writer_ODText_Meta extends PHPWord_Writer_ODText_WriterPart { diff --git a/src/PHPWord/Writer/ODText/Mimetype.php b/src/PHPWord/Writer/ODText/Mimetype.php index 9190ca84..b88d7d4f 100644 --- a/src/PHPWord/Writer/ODText/Mimetype.php +++ b/src/PHPWord/Writer/ODText/Mimetype.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2009 - 2010 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -19,19 +19,14 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * @category PHPWord - * @package PHPWord_Writer_ODText - * @copyright Copyright (c) 2009 - 2010 PHPWord (http://www.codeplex.com/PHPWord) + * @package PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version ##VERSION##, ##DATE## + * @version 0.7.0 */ - /** - * PHPWord_Writer_ODText_Mimetype - * - * @category PHPWord - * @package PHPWord_Writer_ODText - * @copyright Copyright (c) 2009 - 2010 PHPWord (http://www.codeplex.com/PHPWord) + * Class PHPWord_Writer_ODText_Mimetype */ class PHPWord_Writer_ODText_Mimetype extends PHPWord_Writer_ODText_WriterPart { diff --git a/src/PHPWord/Writer/ODText/Styles.php b/src/PHPWord/Writer/ODText/Styles.php index a4d51a25..b2ddda00 100644 --- a/src/PHPWord/Writer/ODText/Styles.php +++ b/src/PHPWord/Writer/ODText/Styles.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2009 - 2010 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -19,19 +19,14 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * @category PHPWord - * @package PHPWord_Writer_ODText - * @copyright Copyright (c) 2009 - 2010 PHPWord (http://www.codeplex.com/PHPWord) + * @package PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version ##VERSION##, ##DATE## + * @version 0.7.0 */ - /** - * PHPWord_Writer_ODText_Styles - * - * @category PHPWord - * @package PHPWord_Writer_ODText - * @copyright Copyright (c) 2009 - 2010 PHPWord (http://www.codeplex.com/PHPWord) + * Class PHPWord_Writer_ODText_Styles */ class PHPWord_Writer_ODText_Styles extends PHPWord_Writer_ODText_WriterPart { diff --git a/src/PHPWord/Writer/ODText/WriterPart.php b/src/PHPWord/Writer/ODText/WriterPart.php index 6a04f2e1..0416040c 100644 --- a/src/PHPWord/Writer/ODText/WriterPart.php +++ b/src/PHPWord/Writer/ODText/WriterPart.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2009 - 2010 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -19,19 +19,14 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * @category PHPWord - * @package PHPWord_Writer_PowerPoint2007 - * @copyright Copyright (c) 2009 - 2010 PHPWord (http://www.codeplex.com/PHPWord) + * @package PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version ##VERSION##, ##DATE## + * @version 0.7.0 */ - /** - * PHPWord_Writer_ODText_WriterPart - * - * @category PHPWord - * @package PHPWord_Writer_ODText - * @copyright Copyright (c) 2009 - 2010 PHPWord (http://www.codeplex.com/PHPWord) + * Class PHPWord_Writer_ODText_WriterPart */ abstract class PHPWord_Writer_ODText_WriterPart { diff --git a/src/PHPWord/Writer/RTF.php b/src/PHPWord/Writer/RTF.php index 361ac5c1..24e2681e 100644 --- a/src/PHPWord/Writer/RTF.php +++ b/src/PHPWord/Writer/RTF.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2009 - 2010 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,11 +20,14 @@ * * @category PHPWord * @package PHPWord_Writer_RTF - * @copyright Copyright (c) 2009 - 2010 PHPWord (http://www.codeplex.com/PHPWord) + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version ##VERSION##, ##DATE## + * @version 0.7.0 */ +/** + * Class PHPWord_Writer_RTF + */ class PHPWord_Writer_RTF implements PHPWord_Writer_IWriter { /** diff --git a/src/PHPWord/Writer/Word2007.php b/src/PHPWord/Writer/Word2007.php index a6551f6f..bb9b9da6 100644 --- a/src/PHPWord/Writer/Word2007.php +++ b/src/PHPWord/Writer/Word2007.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,12 +20,14 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - +/** + * Class PHPWord_Writer_Word2007 + */ class PHPWord_Writer_Word2007 implements PHPWord_Writer_IWriter { diff --git a/src/PHPWord/Writer/Word2007/Base.php b/src/PHPWord/Writer/Word2007/Base.php index ae39e1bd..1c889ddb 100644 --- a/src/PHPWord/Writer/Word2007/Base.php +++ b/src/PHPWord/Writer/Word2007/Base.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,12 +20,14 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - +/** + * Class PHPWord_Writer_Word2007_Base + */ class PHPWord_Writer_Word2007_Base extends PHPWord_Writer_Word2007_WriterPart { diff --git a/src/PHPWord/Writer/Word2007/ContentTypes.php b/src/PHPWord/Writer/Word2007/ContentTypes.php index 3afb239d..e9d1b40c 100644 --- a/src/PHPWord/Writer/Word2007/ContentTypes.php +++ b/src/PHPWord/Writer/Word2007/ContentTypes.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,12 +20,14 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - +/** + * Class PHPWord_Writer_Word2007_ContentTypes + */ class PHPWord_Writer_Word2007_ContentTypes extends PHPWord_Writer_Word2007_WriterPart { diff --git a/src/PHPWord/Writer/Word2007/DocProps.php b/src/PHPWord/Writer/Word2007/DocProps.php index b94ac0d6..529fe615 100644 --- a/src/PHPWord/Writer/Word2007/DocProps.php +++ b/src/PHPWord/Writer/Word2007/DocProps.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,12 +20,14 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - +/** + * Class PHPWord_Writer_Word2007_DocProps + */ class PHPWord_Writer_Word2007_DocProps extends PHPWord_Writer_Word2007_WriterPart { diff --git a/src/PHPWord/Writer/Word2007/Document.php b/src/PHPWord/Writer/Word2007/Document.php index 247d172f..e3ecd46e 100644 --- a/src/PHPWord/Writer/Word2007/Document.php +++ b/src/PHPWord/Writer/Word2007/Document.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,12 +20,14 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - +/** + * Class PHPWord_Writer_Word2007_Document + */ class PHPWord_Writer_Word2007_Document extends PHPWord_Writer_Word2007_Base { diff --git a/src/PHPWord/Writer/Word2007/DocumentRels.php b/src/PHPWord/Writer/Word2007/DocumentRels.php index a6d452bb..a19084a9 100644 --- a/src/PHPWord/Writer/Word2007/DocumentRels.php +++ b/src/PHPWord/Writer/Word2007/DocumentRels.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,12 +20,14 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - +/** + * Class PHPWord_Writer_Word2007_DocumentRels + */ class PHPWord_Writer_Word2007_DocumentRels extends PHPWord_Writer_Word2007_WriterPart { diff --git a/src/PHPWord/Writer/Word2007/Footer.php b/src/PHPWord/Writer/Word2007/Footer.php index afdd81b3..d6e03a63 100644 --- a/src/PHPWord/Writer/Word2007/Footer.php +++ b/src/PHPWord/Writer/Word2007/Footer.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,12 +20,14 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - +/** + * Class PHPWord_Writer_Word2007_Footer + */ class PHPWord_Writer_Word2007_Footer extends PHPWord_Writer_Word2007_Base { diff --git a/src/PHPWord/Writer/Word2007/Header.php b/src/PHPWord/Writer/Word2007/Header.php index b7d7b2a6..97d9a7b4 100644 --- a/src/PHPWord/Writer/Word2007/Header.php +++ b/src/PHPWord/Writer/Word2007/Header.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,12 +20,14 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - +/** + * Class PHPWord_Writer_Word2007_Header + */ class PHPWord_Writer_Word2007_Header extends PHPWord_Writer_Word2007_Base { diff --git a/src/PHPWord/Writer/Word2007/Rels.php b/src/PHPWord/Writer/Word2007/Rels.php index 4ea39c69..39d37405 100644 --- a/src/PHPWord/Writer/Word2007/Rels.php +++ b/src/PHPWord/Writer/Word2007/Rels.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,12 +20,14 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - +/** + * Class PHPWord_Writer_Word2007_Rels + */ class PHPWord_Writer_Word2007_Rels extends PHPWord_Writer_Word2007_WriterPart { diff --git a/src/PHPWord/Writer/Word2007/Styles.php b/src/PHPWord/Writer/Word2007/Styles.php index 900f833f..2253d995 100644 --- a/src/PHPWord/Writer/Word2007/Styles.php +++ b/src/PHPWord/Writer/Word2007/Styles.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,12 +20,14 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - +/** + * Class PHPWord_Writer_Word2007_Styles + */ class PHPWord_Writer_Word2007_Styles extends PHPWord_Writer_Word2007_Base { diff --git a/src/PHPWord/Writer/Word2007/WriterPart.php b/src/PHPWord/Writer/Word2007/WriterPart.php index afde53d2..9291d28c 100644 --- a/src/PHPWord/Writer/Word2007/WriterPart.php +++ b/src/PHPWord/Writer/Word2007/WriterPart.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2013 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,12 +20,14 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2013 PHPWord (http://www.codeplex.com/PHPWord) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.7.0 */ - +/** + * Abstract Class PHPWord_Writer_Word2007_WriterPart + */ abstract class PHPWord_Writer_Word2007_WriterPart { private $_parentWriter;