PHP Class Nette\Forms\Rule

Inheritance: use trait Nette\SmartObject
Show file Open project: nette/forms

Public Properties

Property Type Description
$arg mixed
$branch for conditions
$control Nette\Forms\IControl
$isNegative boolean
$message string
$validator mixed

Property Details

$arg public property

public mixed $arg
return mixed

$branch public property

for conditions
public $branch

$control public property

public IControl,Nette\Forms $control
return Nette\Forms\IControl

$isNegative public property

public bool $isNegative
return boolean

$message public property

public string $message
return string

$validator public property

public mixed $validator
return mixed