Overview

Namespaces

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

Classes

  • CartInstallCommand
  • CartServiceProvider
  • CartUpdateCommand
  • DbGopher
  • MysqlGopher
  • Overview
  • Namespace
  • Class
  • Tree
 1: <?php namespace Laravella\Cart;
 2: 
 3: /**
 4:  * Description of MysqlGopher
 5:  *
 6:  * @author Victor
 7:  */
 8: class MysqlGopher {
 9: 
10:     public function connection()
11:     {
12:         return "Laravella\Cart\DbGopher\connection";
13:     }
14: 
15: }
16: 
17: ?>
18: 
cart API documentation generated by ApiGen 2.8.0