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