PHP Class Nette\Forms\Rule

Inheritance: use trait Nette\SmartObject
Datei anzeigen 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_oe property

public mixed $arg
return mixed

$branch public_oe property

for conditions
public $branch

$control public_oe property

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

$isNegative public_oe property

public bool $isNegative
return boolean

$message public_oe property

public string $message
return string

$validator public_oe property

public mixed $validator
return mixed