PHP Class DeliveryBackendController

Inheritance: extends yupe\components\controllers\BackController
Show file Open project: yupe/yupe

Public Methods

Method Description
accessRules ( ) : array
actionCreate ( )
actionDelete ( $id )
actionIndex ( )
actionUpdate ( $id )
actions ( ) : array
loadModel ( $id ) : array | mixed | null

Protected Methods

Method Description
performAjaxValidation ( Delivery $model )

Method Details

accessRules() public method

public accessRules ( ) : array
return array

actionCreate() public method

public actionCreate ( )

actionDelete() public method

public actionDelete ( $id )
$id

actionIndex() public method

public actionIndex ( )

actionUpdate() public method

public actionUpdate ( $id )
$id

actions() public method

public actions ( ) : array
return array

loadModel() public method

public loadModel ( $id ) : array | mixed | null
$id
return array | mixed | null

performAjaxValidation() protected method

protected performAjaxValidation ( Delivery $model )
$model Delivery