OrderHistory::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( ) : array
return array customized attribute labels (name=>label)
    public function attributeLabels()
    {
        return array('order_history_id' => 'Order History', 'order_id' => 'Order', 'order_status_id' => 'Order Status', 'notify' => 'Notify', 'comment' => 'Comment', 'date_added' => 'Date Added');
    }