PHP Class Payment

Afficher le fichier Open project: yupe/yupe Class Usage Examples

Méthodes publiques

Méthode Description
afterDelete ( )
afterFind ( )
attributeLabels ( ) : array
beforeSave ( ) : boolean
clearDeliveryMethods ( )
getPaymentForm ( Order $order ) : string
getPaymentSystemSettings ( ) : array
getStatusList ( ) : array
getStatusTitle ( ) : mixed | string
model ( null | string $className = __CLASS__ )
rules ( ) : array
scopes ( ) : array
search ( ) : CActiveDataProvider
setPaymentSystemSettings ( $settings )
tableName ( ) : string

Method Details

afterDelete() public méthode

public afterDelete ( )

afterFind() public méthode

public afterFind ( )

attributeLabels() public méthode

public attributeLabels ( ) : array
Résultat array customized attribute labels (name=>label)

beforeSave() public méthode

public beforeSave ( ) : boolean
Résultat boolean

clearDeliveryMethods() public méthode

getPaymentForm() public méthode

public getPaymentForm ( Order $order ) : string
$order Order
Résultat string

getPaymentSystemSettings() public méthode

public getPaymentSystemSettings ( ) : array
Résultat array

getStatusList() public méthode

public getStatusList ( ) : array
Résultat array

getStatusTitle() public méthode

public getStatusTitle ( ) : mixed | string
Résultat mixed | string

model() public static méthode

public static model ( null | string $className = __CLASS__ )
$className null | string

rules() public méthode

public rules ( ) : array
Résultat array validation rules for model attributes.

scopes() public méthode

public scopes ( ) : array
Résultat array

setPaymentSystemSettings() public méthode

public setPaymentSystemSettings ( $settings )
$settings

tableName() public méthode

public tableName ( ) : string
Résultat string the associated database table name