PHP 클래스 Mage2\Order\Controllers\OrderController

상속: extends Mage2\Framework\System\Controllers\Controller
파일 보기 프로젝트 열기: mage2/laravel-ecommerce

공개 메소드들

메소드 설명
__construct ( )
adminindex ( )
index ( )
myAccountOrderList ( )
myAccountOrderView ( $id )
sendEmailInvoice ( $id )
success ( $id )
syncOrderProductData ( $order, $orderProducts )
view ( $id )

메소드 상세

__construct() 공개 메소드

public __construct ( )

adminindex() 공개 메소드

public adminindex ( )

index() 공개 메소드

public index ( )

myAccountOrderList() 공개 메소드

public myAccountOrderList ( )

myAccountOrderView() 공개 메소드

public myAccountOrderView ( $id )

sendEmailInvoice() 공개 메소드

public sendEmailInvoice ( $id )

success() 공개 메소드

public success ( $id )

syncOrderProductData() 공개 메소드

public syncOrderProductData ( $order, $orderProducts )

view() 공개 메소드

public view ( $id )