PHP 클래스 OrderBackendController

상속: extends yupe\components\controllers\BackController
파일 보기 프로젝트 열기: yupe/yupe

보호된 프로퍼티들

프로퍼티 타입 설명
$productRepository ProductRepository

공개 메소드들

메소드 설명
accessRules ( ) : array
actionAjaxClientSearch ( )
actionAjaxProductSearch ( )
actionCreate ( )
actionDelete ( $id )
actionIndex ( )
actionProductRow ( )
actionUpdate ( $id )
actionView ( $id )
actions ( ) : array
init ( )
loadModel ( $id ) : Order

보호된 메소드들

메소드 설명
performAjaxValidation ( Order $model )

메소드 상세

accessRules() 공개 메소드

public accessRules ( ) : array
리턴 array

actionAjaxClientSearch() 공개 메소드

actionAjaxProductSearch() 공개 메소드

actionCreate() 공개 메소드

public actionCreate ( )

actionDelete() 공개 메소드

public actionDelete ( $id )
$id

actionIndex() 공개 메소드

public actionIndex ( )

actionProductRow() 공개 메소드

public actionProductRow ( )

actionUpdate() 공개 메소드

public actionUpdate ( $id )
$id

actionView() 공개 메소드

public actionView ( $id )
$id

actions() 공개 메소드

public actions ( ) : array
리턴 array

init() 공개 메소드

public init ( )

loadModel() 공개 메소드

public loadModel ( $id ) : Order
$id
리턴 Order

performAjaxValidation() 보호된 메소드

protected performAjaxValidation ( Order $model )
$model Order

프로퍼티 상세

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

protected ProductRepository $productRepository
리턴 ProductRepository