PHP 트레잇 Collective\Html\Eloquent\FormAccessible

파일 보기 프로젝트 열기: laravelcollective/html

보호된 프로퍼티들

프로퍼티 타입 설명
$reflection ReflectionClass A cached ReflectionClass instance for $this

공개 메소드들

메소드 설명
getFormValue ( string $key ) : mixed

보호된 메소드들

메소드 설명
getReflection ( ) : ReflectionClass Get a ReflectionClass Instance
hasFormMutator ( $key ) : boolean

비공개 메소드들

메소드 설명
mutateFormAttribute ( $key, $value ) : mixed

메소드 상세

getFormValue() 공개 메소드

public getFormValue ( string $key ) : mixed
$key string
리턴 mixed

getReflection() 보호된 메소드

Get a ReflectionClass Instance
protected getReflection ( ) : ReflectionClass
리턴 ReflectionClass

hasFormMutator() 보호된 메소드

protected hasFormMutator ( $key ) : boolean
$key
리턴 boolean

프로퍼티 상세

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

A cached ReflectionClass instance for $this
protected ReflectionClass $reflection
리턴 ReflectionClass