Exemplo n.º 1
0
 /**
  * Should return an array of mapped fields to use in the MAL_Model_MapperAbstract::Save function
  * @param GD_Model_DeploymentFile $obj
  */
 protected function getSaveData($obj)
 {
     $data = array('deployments_id' => $obj->getDeploymentsId(), 'deployment_file_actions_id' => $obj->getDeploymentFileActionsId(), 'deployment_file_statuses_id' => $obj->getDeploymentFileStatusesId(), 'details' => $obj->getDetails());
     return $data;
 }