jablonka.czprosek.czf

freenet-router

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

Compare with Previous - Blame - Download


<?php

namespace Phem\Libraries\Forms\Annotations;

use Doctrine\Common\Annotations\Annotation;

/**
 * Description of TextBox
 *
 * @author Vejvis
 * @Annotation
 */
class Condition extends Annotation
{
    public $sourceField;
    public $triggerValue;
    public $matchType = "EQ";
    public $action = "disable";

}

Powered by WebSVN 2.2.1