PHP Class backend\models\CancelOrderForm

Inheritance: extends yii\base\Model
Afficher le fichier Open project: daixianceng/xiaoego.com Class Usage Examples

Méthodes publiques

Свойство Type Description
$msg

Méthodes publiques

Méthode Description
__construct ( string $id, array $config = [] ) Creates a form model given a order id.
attributeLabels ( )
cancel ( $runValidation = true )
getOrder ( )
rules ( )

Method Details

__construct() public méthode

Creates a form model given a order id.
public __construct ( string $id, array $config = [] )
$id string
$config array name-value pairs that will be used to initialize the object properties

attributeLabels() public méthode

public attributeLabels ( )

cancel() public méthode

public cancel ( $runValidation = true )

getOrder() public méthode

public getOrder ( )

rules() public méthode

public rules ( )

Property Details

$msg public_oe property

public $msg