jablonka.czprosek.czf

freenet-router

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

Compare with Previous - Blame - Download


<?php

namespace Phem\Libraries\Forms\Annotations;

use Doctrine\Common\Annotations\Annotation;

/**
 *
 * @Annotation
 */
class Group extends Annotation
{

    public $name;
    public $caption;
    public $localGroupScope = false;
    public $order = 9999;
    public $enabled = true;
    public $defaultOpen = true;

}

Powered by WebSVN 2.2.1