PHP 클래스 Nette\Forms\Rule

상속: use trait Nette\SmartObject
파일 보기 프로젝트 열기: nette/forms

공개 프로퍼티들

프로퍼티 타입 설명
$arg mixed
$branch for conditions
$control Nette\Forms\IControl
$isNegative boolean
$message string
$validator mixed

프로퍼티 상세

$arg 공개적으로 프로퍼티

public mixed $arg
리턴 mixed

$branch 공개적으로 프로퍼티

for conditions
public $branch

$control 공개적으로 프로퍼티

public IControl,Nette\Forms $control
리턴 Nette\Forms\IControl

$isNegative 공개적으로 프로퍼티

public bool $isNegative
리턴 boolean

$message 공개적으로 프로퍼티

public string $message
리턴 string

$validator 공개적으로 프로퍼티

public mixed $validator
리턴 mixed