PHP Class OrderHistory

Inheritance: extends BaseOrderHistory
Afficher le fichier Open project: damnpoet/yiicart Class Usage Examples

Méthodes publiques

Méthode Description
attributeLabels ( ) : array
getDateAdded ( $withTime = false )
getNotify ( )
model ( string $className = __CLASS__ ) : OrderHistory Returns the static model of the specified AR class.
relations ( ) : array
rules ( ) : array
tableName ( ) : string

Method Details

attributeLabels() public méthode

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

getDateAdded() public méthode

public getDateAdded ( $withTime = false )

getNotify() public méthode

public getNotify ( )

model() public static méthode

Returns the static model of the specified AR class.
public static model ( string $className = __CLASS__ ) : OrderHistory
$className string active record class name.
Résultat OrderHistory the static model class

relations() public méthode

public relations ( ) : array
Résultat array relational rules.

rules() public méthode

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

tableName() public méthode

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