jablonka.czprosek.czf

freenet-router

Subversion Repositories:
[/] [trunk/] [freenet-router/] [var/] [www/] [freenet-router/] [Framework/] [Libraries/] [Forms/] [Annotations/] [Condition.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 * Description of TextBox
9 *
10 * @author Vejvis
11 * @Annotation
12 */
13class Condition extends Annotation
14{
15 public $sourceField;
16 public $triggerValue;
17 public $matchType = "EQ";
18 public $action = "disable";
19 
20}

Powered by WebSVN 2.2.1