jablonka.czprosek.czf

freenet-router

Subversion Repositories:
[/] [trunk/] [freenet-router/] [var/] [www/] [freenet-router/] [Framework/] [Libraries/] [Forms/] [Annotations/] [Group.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 *
9 * @Annotation
10 */
11class Group extends Annotation
12{
13 
14 public $name;
15 public $caption;
16 public $localGroupScope = false;
17 public $order = 9999;
18 public $enabled = true;
19 public $defaultOpen = true;
20 
21}

Powered by WebSVN 2.2.1