MessageBag (Contracts)

MessageBag

interface MessageBag (View source)

Methods

array keys()

Get the keys present in the message bag.

$this add( string $key, string $message)

Add a message to the bag.

$this merge( MessageProvider<