jablonka.czprosek.czf

freenet-router

Subversion Repositories:
[/] [trunk/] [freenet-router/] [var/] [www/] [freenet-router/] [Framework/] [Libraries/] [Forms/] [Annotations/] [Textarea.php] - Blame information for rev 2

 

Line No. Rev Author Line
12simandl<?php
2 
3namespace Phem\Libraries\Forms\Annotations;
4 
5use Doctrine\Common\Annotations\Annotation;
6 
7/**
8 * Description of Textarea
9 *
10 * @author Vejvis
11 * @Annotation
12 */
13class Textarea extends Annotation
14{
15 public $caption;
16 public $cols;
17 public $rows;
18 public $wrap;
19 public $enabled = true;
20 public $order = 9999;
21 public $required = false;
22}

Powered by WebSVN 2.2.1