PHP Class frontend\models\PayOrderForm

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

Méthodes publiques

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

Méthodes publiques

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

Method Details

__construct() public méthode

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

attributeLabels() public méthode

public attributeLabels ( )

getOrder() public méthode

public getOrder ( )

pay() public méthode

public pay ( $runValidation = true )

rules() public méthode

public rules ( )

Property Details

$platform public_oe property

public $platform