jablonka.czprosek.czf

freenet-router

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

Compare with Previous - Blame - Download


<?php

namespace Phem\Libraries\Forms\Annotations;

use Doctrine\Common\Annotations\Annotation;

/**
 * Description of SelectBox
 *
 * @author Vejvis
 * @Annotation
 */
class Select extends Annotation
{

    public $caption;
    public $options;
    public $readOnly = false;
    public $required = false;
    public $enabled = true;
    public $order = 99999;

}

Powered by WebSVN 2.2.1