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 DbGopher
 5:  *
 6:  * @author Victor
 7:  */
 8: class DbGopher {
 9:  
10:   public function greeting(){
11:     return "Laravella\Cart\DbGopher\greeting";
12:   }
13:  
14: }
15: 
16: 
17: ?>
18: 
cart API documentation generated by ApiGen 2.8.0