PHP Trait Collective\Html\Eloquent\FormAccessible

Afficher le fichier Open project: laravelcollective/html

Protected Properties

Свойство Type Description
$reflection ReflectionClass A cached ReflectionClass instance for $this

Méthodes publiques

Méthode Description
getFormValue ( string $key ) : mixed

Méthodes protégées

Méthode Description
getReflection ( ) : ReflectionClass Get a ReflectionClass Instance
hasFormMutator ( $key ) : boolean

Private Methods

Méthode Description
mutateFormAttribute ( $key, $value ) : mixed

Method Details

getFormValue() public méthode

public getFormValue ( string $key ) : mixed
$key string
Résultat mixed

getReflection() protected méthode

Get a ReflectionClass Instance
protected getReflection ( ) : ReflectionClass
Résultat ReflectionClass

hasFormMutator() protected méthode

protected hasFormMutator ( $key ) : boolean
$key
Résultat boolean

Property Details

$reflection protected_oe property

A cached ReflectionClass instance for $this
protected ReflectionClass $reflection
Résultat ReflectionClass