Author: kn
Date: Tue Oct 2 17:42:35 2007
New Revision: 6340
Log:
- Moved constant to correct location
Modified:
trunk/Webdav/src/transport.php
trunk/Webdav/src/transports/property_handler.php
Modified: trunk/Webdav/src/transport.php
==============================================================================
--- trunk/Webdav/src/transport.php [iso-8859-1] (original)
+++ trunk/Webdav/src/transport.php [iso-8859-1] Tue Oct 2 17:42:35 2007
@@ -19,13 +19,6 @@
class ezcWebdavTransport
{
/**
- * Regedx to parse the <getcontenttype /> XML elemens content.
- *
- * Example: 'text/html; charset=UTF-8'
- */
- const GETCONTENTTYPE_REGEX =
'(^(?P<mime>\w+/\w+)\s*;\s*charset\s*=\s*(?P<charset>.+)\s*$)i';
-
- /**
* Map of regular header names to $_SERVER keys.
*
* @var array(string=>string)
Modified: trunk/Webdav/src/transports/property_handler.php
==============================================================================
--- trunk/Webdav/src/transports/property_handler.php [iso-8859-1] (original)
+++ trunk/Webdav/src/transports/property_handler.php [iso-8859-1] Tue Oct 2
17:42:35 2007
@@ -1,5 +1,18 @@
<?php
-
+/**
+ * File containing the ezcWebdavPropertyHandler class.
+ *
+ * @package Webdav
+ * @version //autogen//
+ * @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
+ * @license http://ez.no/licenses/new_bsd New BSD License
+ */
+/**
+ * Description missing
+ *
+ * @package Webdav
+ * @version //autogen//
+ */
class ezcWebdavPropertyHandler
{
/**
@@ -8,6 +21,13 @@
* @var ezcWebdavXmlTool
*/
protected $xml;
+
+ /**
+ * Regedx to parse the <getcontenttype /> XML elemens content.
+ *
+ * Example: 'text/html; charset=UTF-8'
+ */
+ const GETCONTENTTYPE_REGEX =
'(^(?P<mime>\w+/\w+)\s*;\s*charset\s*=\s*(?P<charset>.+)\s*$)i';
/**
* Creates a new property handler.
--
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components