OrderStatusLog::populateDefaults PHP Method

populateDefaults() public method

public populateDefaults ( )
    public function populateDefaults()
    {
        parent::populateDefaults();
        $this->updateWithLastInfo();
    }

Usage Example

 function populateDefaults()
 {
     parent::populateDefaults();
     $this->Title = "Update Member with points from Order.";
     $this->Note = "Records the points before, the points added and subtracted and the points after.";
     $this->InternalUseOnly = 1;
 }
All Usage Examples Of OrderStatusLog::populateDefaults