PHP 클래스 App\Services\Html\FormBuilder

상속: extends Collective\Html\FormBuilder
파일 보기 프로젝트 열기: spatie-custom/blender 1 사용 예제들

공개 메소드들

메소드 설명
category ( $subject, $type, array $options = [] ) : string
checkboxWithLabel ( $subject, string $fieldName, string $label, array $options = [] ) : string
closeButton ( ) : string
datePicker ( string $name, string $value ) : string
getLabelForTranslatedField ( string $fieldName, string $label, string $locale ) : string
locales ( array $locales, string $current ) : string
media ( $subject, string $collection, string $type, $associated = [] ) : string
openButton ( array $formOptions = [], array $buttonOptions = [] ) : string
openDraftable ( array $options, Model $subject ) : string
redactor ( $subject, string $fieldName, string $locale = '', array $options = [] ) : string
tags ( $subject, string $type, array $options = [] ) : string
useInitialValue ( $subject, string $propertyName, string $locale = '' ) : string

보호된 메소드들

메소드 설명
getAssociatedMediaData ( $associated = [] ) : string

메소드 상세

category() 공개 메소드

public category ( $subject, $type, array $options = [] ) : string
$options array
리턴 string

checkboxWithLabel() 공개 메소드

public checkboxWithLabel ( $subject, string $fieldName, string $label, array $options = [] ) : string
$fieldName string
$label string
$options array
리턴 string

closeButton() 공개 메소드

public closeButton ( ) : string
리턴 string

datePicker() 공개 메소드

public datePicker ( string $name, string $value ) : string
$name string
$value string
리턴 string

getAssociatedMediaData() 보호된 메소드

protected getAssociatedMediaData ( $associated = [] ) : string
리턴 string

getLabelForTranslatedField() 공개 메소드

public getLabelForTranslatedField ( string $fieldName, string $label, string $locale ) : string
$fieldName string
$label string
$locale string
리턴 string

locales() 공개 메소드

public locales ( array $locales, string $current ) : string
$locales array
$current string
리턴 string

media() 공개 메소드

public media ( $subject, string $collection, string $type, $associated = [] ) : string
$collection string
$type string
리턴 string

openButton() 공개 메소드

public openButton ( array $formOptions = [], array $buttonOptions = [] ) : string
$formOptions array
$buttonOptions array
리턴 string

openDraftable() 공개 메소드

public openDraftable ( array $options, Model $subject ) : string
$options array
$subject Illuminate\Database\Eloquent\Model
리턴 string

redactor() 공개 메소드

public redactor ( $subject, string $fieldName, string $locale = '', array $options = [] ) : string
$fieldName string
$locale string
$options array
리턴 string

tags() 공개 메소드

public tags ( $subject, string $type, array $options = [] ) : string
$type string
$options array
리턴 string

useInitialValue() 공개 메소드

public useInitialValue ( $subject, string $propertyName, string $locale = '' ) : string
$propertyName string
$locale string
리턴 string