PHP Class App\Http\Controllers\StoreController

Inheritance: extends Controller
Afficher le fichier Open project: ppy/osu-web

Protected Properties

Свойство Type Description
$layout bootstrap setup in BaseController
$section Section display for the menu at the top

Méthodes publiques

Méthode 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

Méthode Description
userCart ( )

Method Details

__construct() public méthode

public __construct ( )

getCart() public méthode

public getCart ( $id = null )

getCheckout() public méthode

public getCheckout ( )

getIndex() public méthode

GET /store
public getIndex ( )

getInvoice() public méthode

public getInvoice ( $id = null )

getListing() public méthode

public getListing ( )

getProduct() public méthode

public getProduct ( $id = null )

missingMethod() public méthode

public missingMethod ( $parameters = [] )

postAddToCart() public méthode

public postAddToCart ( )

postCheckout() public méthode

public postCheckout ( )

postNewAddress() public méthode

public postNewAddress ( )

postUpdateAddress() public méthode

public postUpdateAddress ( )

postUpdateCart() public méthode

public postUpdateCart ( )

putRequestNotification() public méthode

public putRequestNotification ( $product_id, $action )

Property Details

$layout protected_oe property

bootstrap setup in BaseController
protected $layout

$section protected_oe property

Section display for the menu at the top
protected $section