PHP Class CouponType

Inheritance: extends AppModel
Show file Open project: yupe/yupe Class Usage Examples

Public Methods

Method Description
all ( ) : array Return key=>value types list
keys ( ) : array Return types keys
title ( integer $id ) : string Return type title

Method Details

all() public static method

Return key=>value types list
public static all ( ) : array
return array

keys() public static method

Return types keys
public static keys ( ) : array
return array

title() public static method

Return type title
public static title ( integer $id ) : string
$id integer Type ID
return string