PHP 클래스 app\http\controllers\StoreController

상속: extends Controller
파일 보기 프로젝트 열기: ppy/osu-web

보호된 프로퍼티들

프로퍼티 타입 설명
$layout bootstrap setup in BaseController
$section Section display for the menu at the top

공개 메소드들

메소드 설명
__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 )

비공개 메소드들

메소드 설명
userCart ( )

메소드 상세

__construct() 공개 메소드

public __construct ( )

getCart() 공개 메소드

public getCart ( $id = null )

getCheckout() 공개 메소드

public getCheckout ( )

getIndex() 공개 메소드

GET /store
public getIndex ( )

getInvoice() 공개 메소드

public getInvoice ( $id = null )

getListing() 공개 메소드

public getListing ( )

getProduct() 공개 메소드

public getProduct ( $id = null )

missingMethod() 공개 메소드

public missingMethod ( $parameters = [] )

postAddToCart() 공개 메소드

public postAddToCart ( )

postCheckout() 공개 메소드

public postCheckout ( )

postNewAddress() 공개 메소드

public postNewAddress ( )

postUpdateAddress() 공개 메소드

public postUpdateAddress ( )

postUpdateCart() 공개 메소드

public postUpdateCart ( )

putRequestNotification() 공개 메소드

public putRequestNotification ( $product_id, $action )

프로퍼티 상세

$layout 보호되어 있는 프로퍼티

bootstrap setup in BaseController
protected $layout

$section 보호되어 있는 프로퍼티

Section display for the menu at the top
protected $section