Overview

Namespaces

  • Composer
    • Autoload
  • Illuminate
    • Support
      • Contracts
      • Facades
  • Laravella
    • Cart
      • Facades
  • None
  • PHP

Interfaces

  • ArrayableInterface
  • JsonableInterface
  • MessageProviderInterface
  • RenderableInterface
  • ResponsePreparerInterface
  • Overview
  • Namespace
  • Class
  • Tree
 1: <?php namespace Illuminate\Support\Contracts;
 2: 
 3: interface MessageProviderInterface {
 4: 
 5:     /**
 6:      * Get the messages for the instance.
 7:      *
 8:      * @return \Illuminate\Support\MessageBag
 9:      */
10:     public function getMessageBag();
11: 
12: }
cart API documentation generated by ApiGen 2.8.0