Overview

Namespaces

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

Classes

  • CartInstallCommand
  • CartServiceProvider
  • CartUpdateCommand
  • DbGopher
  • MysqlGopher
  • Overview
  • Namespace
  • Class
  • Tree

Class CartUpdateCommand

Illuminate\Console\Command
Extended by Laravella\Cart\CartUpdateCommand
Namespace: Laravella\Cart
Located at src/commands/CartUpdateCommand.php
Methods summary
public
# __construct( )

Create a new command instance.

Create a new command instance.

public
# fire( )

Execute the console command.

Execute the console command.

protected array
# getArguments( )

Get the console command arguments.

Get the console command arguments.

Returns

array
protected array
# getOptions( )

Get the console command options.

Get the console command options.

Returns

array
Properties summary
protected string $name 'cart:update'
#

The console command name.

The console command name.

protected string $description 'Update the shopping cart.'
#

The console command description.

The console command description.

cart API documentation generated by ApiGen 2.8.0