jablonka.czprosek.czf

freenet-router

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

Compare with Previous - Blame - Download


<?php

namespace Phem\Libraries\Forms\Annotations;

use Doctrine\Common\Annotations\Annotation;

/**
 * Description of Textarea
 *
 * @author Vejvis
 * @Annotation
 */
class Textarea extends Annotation
{
    public $caption;
    public $cols;
    public $rows;
    public $wrap;
    public $enabled = true;
    public $order = 9999;
    public $required = false;
}

Powered by WebSVN 2.2.1