PHP 클래스 Nvd\Crud\Form

파일 보기 프로젝트 열기: engrnvd/laravel-crud-generator

보호된 프로퍼티들

프로퍼티 타입 설명
$_name
$_value
$attributes
$helpBlock
$label
$model show help block or not
$options element type: select, input, textarea
$type model to be bound
$useOptionKeysForValues only for select element

공개 메소드들

메소드 설명
__call ( $attr, $args = null )
__get ( $property )
__set ( $property, $value )
attributes ( $value = null )
input ( $name, $type = 'text' ) only for select element
select ( $name, $options, $useOptionKeysForValues = false )
show ( )
textarea ( $name )

보호된 메소드들

메소드 설명
createElement ( $name, $type )
setValue ( )
showInput ( )
showSelect ( )
showTextarea ( )

메소드 상세

__call() 공개 메소드

public __call ( $attr, $args = null )

__get() 공개 메소드

public __get ( $property )

__set() 공개 메소드

public __set ( $property, $value )

attributes() 공개 메소드

public attributes ( $value = null )

createElement() 보호된 정적인 메소드

protected static createElement ( $name, $type )

input() 공개 정적인 메소드

only for select element
public static input ( $name, $type = 'text' )

select() 공개 정적인 메소드

public static select ( $name, $options, $useOptionKeysForValues = false )

setValue() 보호된 메소드

protected setValue ( )

show() 공개 메소드

public show ( )

showInput() 보호된 메소드

protected showInput ( )

showSelect() 보호된 메소드

protected showSelect ( )

showTextarea() 보호된 메소드

protected showTextarea ( )

textarea() 공개 정적인 메소드

public static textarea ( $name )

프로퍼티 상세

$_name 보호되어 있는 프로퍼티

protected $_name

$_value 보호되어 있는 프로퍼티

protected $_value

$attributes 보호되어 있는 프로퍼티

protected $attributes

$helpBlock 보호되어 있는 프로퍼티

protected $helpBlock

$label 보호되어 있는 프로퍼티

protected $label

$model 보호되어 있는 프로퍼티

show help block or not
protected $model

$options 보호되어 있는 프로퍼티

element type: select, input, textarea
protected $options

$type 보호되어 있는 프로퍼티

model to be bound
protected $type

$useOptionKeysForValues 보호되어 있는 프로퍼티

only for select element
protected $useOptionKeysForValues