PHP 클래스 Payment

파일 보기 프로젝트 열기: yupe/yupe 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

afterDelete() 공개 메소드

public afterDelete ( )

afterFind() 공개 메소드

public afterFind ( )

attributeLabels() 공개 메소드

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

beforeSave() 공개 메소드

public beforeSave ( ) : boolean
리턴 boolean

clearDeliveryMethods() 공개 메소드

getPaymentForm() 공개 메소드

public getPaymentForm ( Order $order ) : string
$order Order
리턴 string

getPaymentSystemSettings() 공개 메소드

public getPaymentSystemSettings ( ) : array
리턴 array

getStatusList() 공개 메소드

public getStatusList ( ) : array
리턴 array

getStatusTitle() 공개 메소드

public getStatusTitle ( ) : mixed | string
리턴 mixed | string

model() 공개 정적인 메소드

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

rules() 공개 메소드

public rules ( ) : array
리턴 array validation rules for model attributes.

scopes() 공개 메소드

public scopes ( ) : array
리턴 array

setPaymentSystemSettings() 공개 메소드

public setPaymentSystemSettings ( $settings )
$settings

tableName() 공개 메소드

public tableName ( ) : string
리턴 string the associated database table name