PHP Class Payment

Datei anzeigen Open project: yupe/yupe Class Usage Examples

Public Methods

Method 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 method

public afterDelete ( )

afterFind() public method

public afterFind ( )

attributeLabels() public method

public attributeLabels ( ) : array
return array customized attribute labels (name=>label)

beforeSave() public method

public beforeSave ( ) : boolean
return boolean

clearDeliveryMethods() public method

getPaymentForm() public method

public getPaymentForm ( Order $order ) : string
$order Order
return string

getPaymentSystemSettings() public method

public getPaymentSystemSettings ( ) : array
return array

getStatusList() public method

public getStatusList ( ) : array
return array

getStatusTitle() public method

public getStatusTitle ( ) : mixed | string
return mixed | string

model() public static method

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

rules() public method

public rules ( ) : array
return array validation rules for model attributes.

scopes() public method

public scopes ( ) : array
return array

setPaymentSystemSettings() public method

public setPaymentSystemSettings ( $settings )
$settings

tableName() public method

public tableName ( ) : string
return string the associated database table name