PHP 클래스 Nextras\Forms\Bridges\Latte\Macros\BaseInputMacros

상속: extends Nette\Latte\Macros\MacroSet
파일 보기 프로젝트 열기: nextras/forms

공개 메소드들

메소드 설명
input ( Nette\Utils\Html $input, BaseControl $control, $isPart )
install ( Compiler $compiler )
label ( Nette\Utils\Html $label, BaseControl $control, $isPart )
macroInput ( MacroNode $node, PhpWriter $writer ) {input .
macroLabel ( MacroNode $node, PhpWriter $writer ) {label .
macroLabelEnd ( MacroNode $node, PhpWriter $writer ) {/label}

메소드 상세

input() 공개 정적인 메소드

public static input ( Nette\Utils\Html $input, BaseControl $control, $isPart )
$input Nette\Utils\Html
$control Nette\Forms\Controls\BaseControl

install() 공개 정적인 메소드

public static install ( Compiler $compiler )
$compiler Latte\Compiler

label() 공개 정적인 메소드

public static label ( Nette\Utils\Html $label, BaseControl $control, $isPart )
$label Nette\Utils\Html
$control Nette\Forms\Controls\BaseControl

macroInput() 공개 메소드

..}
public macroInput ( MacroNode $node, PhpWriter $writer )
$node Latte\MacroNode
$writer Latte\PhpWriter

macroLabel() 공개 메소드

..}
public macroLabel ( MacroNode $node, PhpWriter $writer )
$node Latte\MacroNode
$writer Latte\PhpWriter

macroLabelEnd() 공개 메소드

{/label}
public macroLabelEnd ( MacroNode $node, PhpWriter $writer )
$node Latte\MacroNode
$writer Latte\PhpWriter