Author: as Date: Mon Feb 4 15:05:54 2008 New Revision: 7284 Log: - More information for the ezcFeed constructor parameter.
Modified: trunk/Feed/src/feed.php Modified: trunk/Feed/src/feed.php ============================================================================== --- trunk/Feed/src/feed.php [iso-8859-1] (original) +++ trunk/Feed/src/feed.php [iso-8859-1] Mon Feb 4 15:05:54 2008 @@ -278,6 +278,8 @@ /** * Creates a new feed of type $type. * + * The $type value is one of [EMAIL PROTECTED] self::$supportedFeedTypes}. + * * Example: * <code> * // create an RSS2 feed @@ -287,7 +289,7 @@ * @throws ezcFeedUnsupportedTypeException * If the passed $type is an unsupported feed type. * - * @param string $type The feed type + * @param string $type The feed type. See [EMAIL PROTECTED] self::$supportedFeedTypes} for possible values */ public function __construct( $type ) { -- svn-components mailing list svn-components@lists.ez.no http://lists.ez.no/mailman/listinfo/svn-components