Source for file Rule.php
Documentation is available at Rule.php
6: * @copyright Copyright (c) 2004, 2010 David Grudl
7: * @license http://nettephp.com/license Nette license
8: * @link http://nettephp.com
10: * @package Nette\Forms
16: * Single validation rule or condition represented as value object.
18: * @copyright Copyright (c) 2004, 2010 David Grudl
19: * @package Nette\Forms
35: /** @var IFormControl */
44: /** @var int (CONDITION, VALIDATOR, FILTER) */
50: /** @var string (only for VALIDATOR type) */
53: /** @var bool (only for VALIDATOR type) */
56: /** @var Rules (only for CONDITION type) */