PHP Class DeliveryBackendController

Inheritance: extends yupe\components\controllers\BackController
Afficher le fichier Open project: yupe/yupe

Méthodes publiques

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

Méthodes protégées

Méthode Description
performAjaxValidation ( Delivery $model )

Method Details

accessRules() public méthode

public accessRules ( ) : array
Résultat array

actionCreate() public méthode

public actionCreate ( )

actionDelete() public méthode

public actionDelete ( $id )
$id

actionIndex() public méthode

public actionIndex ( )

actionUpdate() public méthode

public actionUpdate ( $id )
$id

actions() public méthode

public actions ( ) : array
Résultat array

loadModel() public méthode

public loadModel ( $id ) : array | mixed | null
$id
Résultat array | mixed | null

performAjaxValidation() protected méthode

protected performAjaxValidation ( Delivery $model )
$model Delivery