~ubuntu-branches/ubuntu/utopic/zendframework/utopic

« back to all changes in this revision

Viewing changes to library/Zend/Form/Decorator/Label.php

  • Committer: Bazaar Package Importer
  • Author(s): Frank Habermann
  • Date: 2010-04-28 20:10:00 UTC
  • mfrom: (1.3.1 upstream) (9.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100428201000-o347bj5qb5i3tpot
Tags: 1.10.4-1
new upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 * @subpackage Decorator
42
42
 * @copyright  Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
43
43
 * @license    http://framework.zend.com/license/new-bsd     New BSD License
44
 
 * @version    $Id: Label.php 20096 2010-01-06 02:05:09Z bkarwin $
 
44
 * @version    $Id: Label.php 21963 2010-04-21 19:20:49Z alab $
45
45
 */
46
46
class Zend_Form_Decorator_Label extends Zend_Form_Decorator_Abstract
47
47
{