freenet-router |
Subversion Repositories: |
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;
}