Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/OpenDocument/trunk@282928 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
cweiske committed Jun 28, 2009
1 parent da82833 commit df0ee4a
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions OpenDocument/Storage/Zip.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
*
* PHP version 5
*
* @category File Formats
* @category File_Formats
* @package OpenDocument
* @author Christian Weiske <cweiske@php.net>
* @license http://www.gnu.org/copyleft/lesser.html Lesser General Public License 2.1
* @version @package_version@
* @version CVS: $Id$
* @link http://pear.php.net/package/OpenDocument
* @since File available since Release 0.2.0
*/
Expand All @@ -20,7 +20,11 @@
* Zip storage - the default OpenDocument storage.
* Creates one zip file containing several XML files.
*
* @author Christian Weiske <cweiske@php.net>
* @category File_Formats
* @package OpenDocument
* @author Christian Weiske <cweiske@php.net>
* @license http://www.gnu.org/copyleft/lesser.html Lesser General Public License 2.1
* @link http://pear.php.net/package/OpenDocument
*/
class OpenDocument_Storage_Zip implements OpenDocument_Storage
{
Expand Down Expand Up @@ -357,7 +361,7 @@ public function setContentDom(DOMDocument $content)
* Sets the DOM object containing the meta data.
* <office:document-meta>
*
* @param DOMDocument $content Meta object
* @param DOMDocument $meta Meta object
*
* @return void
*/
Expand All @@ -372,7 +376,7 @@ public function setMetaDom(DOMDocument $meta)
* Sets the DOM object containing the settings.
* <office:document-settings>
*
* @param DOMDocument $content Settings object
* @param DOMDocument $settings Settings object
*
* @return void
*/
Expand All @@ -387,7 +391,7 @@ public function setSettingsDom(DOMDocument $settings)
* Sets the DOM object containing the styles.
* <office:document-styles>
*
* @param DOMDocument $content Styles object
* @param DOMDocument $styles Styles object
*
* @return void
*/
Expand Down

0 comments on commit df0ee4a

Please sign in to comment.