PHP Class App\Http\Controllers\StoreController

Inheritance: extends Controller
Show file Open project: ppy/osu-web

Protected Properties

Property Type Description
$layout bootstrap setup in BaseController
$section Section display for the menu at the top

Public Methods

Method Description
__construct ( )
getCart ( $id = null )
getCheckout ( )
getIndex ( ) GET /store
getInvoice ( $id = null )
getListing ( )
getProduct ( $id = null )
missingMethod ( $parameters = [] )
postAddToCart ( )
postCheckout ( )
postNewAddress ( )
postUpdateAddress ( )
postUpdateCart ( )
putRequestNotification ( $product_id, $action )

Private Methods

Method Description
userCart ( )

Method Details

__construct() public method

public __construct ( )

getCart() public method

public getCart ( $id = null )

getCheckout() public method

public getCheckout ( )

getIndex() public method

GET /store
public getIndex ( )

getInvoice() public method

public getInvoice ( $id = null )

getListing() public method

public getListing ( )

getProduct() public method

public getProduct ( $id = null )

missingMethod() public method

public missingMethod ( $parameters = [] )

postAddToCart() public method

public postAddToCart ( )

postCheckout() public method

public postCheckout ( )

postNewAddress() public method

public postNewAddress ( )

postUpdateAddress() public method

public postUpdateAddress ( )

postUpdateCart() public method

public postUpdateCart ( )

putRequestNotification() public method

public putRequestNotification ( $product_id, $action )

Property Details

$layout protected property

bootstrap setup in BaseController
protected $layout

$section protected property

Section display for the menu at the top
protected $section