Author: as
Date: Wed Jan 16 12:53:21 2008
New Revision: 7153

Log:
- Ingore some methods.

Modified:
    trunk/Feed/src/interfaces/processor.php

Modified: trunk/Feed/src/interfaces/processor.php
==============================================================================
--- trunk/Feed/src/interfaces/processor.php [iso-8859-1] (original)
+++ trunk/Feed/src/interfaces/processor.php [iso-8859-1] Wed Jan 16 12:53:21 
2008
@@ -101,6 +101,7 @@
      * @param DOMNode $root The root in which to create the node $element
      * @param string $element The name of the XML element
      * @param mixed|array(mixed) $value The value(s) for $element
+     * @ignore
      */
     public function generateMetaData( DOMNode $root, $element, $value )
     {
@@ -123,6 +124,7 @@
      * @param string $element The name of the XML element
      * @param mixed|array(mixed) $value The value(s) for $element
      * @param array(string=>mixed) $attributes The attributes to add to the 
node
+     * @ignore
      */
     public function generateMetaDataWithAttributes( DOMNode $root, $element, 
$value = false, array $attributes )
     {
@@ -228,7 +230,7 @@
      * feed schema allows this (returns null if the schema does not allow it).
      *
      * @param string $name The element name
-     * @return ezcFeedelement|null
+     * @return ezcFeedElement|null
      */
     public function add( $name )
     {


-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to