PHP Class Intervention\Validation\ValidationServiceProviderLaravel5

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: intervention/validation

Méthodes publiques

Méthode Description
boot ( ) : void Bootstrap the application events.
register ( ) : void Register the service provider.

Private Methods

Méthode Description
getErrorMessage ( $translator, $messages, string $key ) : string Return the matching error message for the key
getTranslationKeyFromMethodName ( string $name ) : string Return translation key for correspondent method name

Method Details

boot() public méthode

Bootstrap the application events.
public boot ( ) : void
Résultat void

register() public méthode

Register the service provider.
public register ( ) : void
Résultat void