/** * Sets contents of passed object to values from current object. * * If desired, this method can also make copies of all associated (fkey referrers) * objects. * * @param object $copyObj An object of Groupe (or compatible) type. * @param boolean $deepCopy Whether to also copy all rows that refer (by fkey) to the current row. * @param boolean $makeNew Whether to reset autoincrement PKs and make the object new. * @throws PropelException */ public function copyInto($copyObj, $deepCopy = false, $makeNew = true) { $copyObj->setName($this->getName()); $copyObj->setDescription($this->getDescription()); $copyObj->setRecalculRang($this->getRecalculRang()); if ($deepCopy && !$this->startCopy) { // important: temporarily setNew(false) because this affects the behavior of // the getter/setter methods for fkey referrer objects. $copyObj->setNew(false); // store object hash to prevent cycle $this->startCopy = true; foreach ($this->getJGroupesProfesseurss() as $relObj) { if ($relObj !== $this) { // ensure that we don't try to copy a reference to ourselves $copyObj->addJGroupesProfesseurs($relObj->copy($deepCopy)); } } foreach ($this->getJGroupesMatieress() as $relObj) { if ($relObj !== $this) { // ensure that we don't try to copy a reference to ourselves $copyObj->addJGroupesMatieres($relObj->copy($deepCopy)); } } foreach ($this->getJGroupesClassess() as $relObj) { if ($relObj !== $this) { // ensure that we don't try to copy a reference to ourselves $copyObj->addJGroupesClasses($relObj->copy($deepCopy)); } } foreach ($this->getCahierTexteCompteRendus() as $relObj) { if ($relObj !== $this) { // ensure that we don't try to copy a reference to ourselves $copyObj->addCahierTexteCompteRendu($relObj->copy($deepCopy)); } } foreach ($this->getCahierTexteTravailAFaires() as $relObj) { if ($relObj !== $this) { // ensure that we don't try to copy a reference to ourselves $copyObj->addCahierTexteTravailAFaire($relObj->copy($deepCopy)); } } foreach ($this->getCahierTexteNoticePrivees() as $relObj) { if ($relObj !== $this) { // ensure that we don't try to copy a reference to ourselves $copyObj->addCahierTexteNoticePrivee($relObj->copy($deepCopy)); } } foreach ($this->getJEleveGroupes() as $relObj) { if ($relObj !== $this) { // ensure that we don't try to copy a reference to ourselves $copyObj->addJEleveGroupe($relObj->copy($deepCopy)); } } foreach ($this->getAbsenceEleveSaisies() as $relObj) { if ($relObj !== $this) { // ensure that we don't try to copy a reference to ourselves $copyObj->addAbsenceEleveSaisie($relObj->copy($deepCopy)); } } foreach ($this->getCreditEctss() as $relObj) { if ($relObj !== $this) { // ensure that we don't try to copy a reference to ourselves $copyObj->addCreditEcts($relObj->copy($deepCopy)); } } foreach ($this->getEdtEmplacementCourss() as $relObj) { if ($relObj !== $this) { // ensure that we don't try to copy a reference to ourselves $copyObj->addEdtEmplacementCours($relObj->copy($deepCopy)); } } //unflag object copy $this->startCopy = false; } // if ($deepCopy) if ($makeNew) { $copyObj->setNew(true); $copyObj->setId(NULL); // this is a auto-increment column, so set to default value } }
/** * Sets contents of passed object to values from current object. * * If desired, this method can also make copies of all associated (fkey referrers) * objects. * * @param object $copyObj An object of Classe (or compatible) type. * @param boolean $deepCopy Whether to also copy all rows that refer (by fkey) to the current row. * @param boolean $makeNew Whether to reset autoincrement PKs and make the object new. * @throws PropelException */ public function copyInto($copyObj, $deepCopy = false, $makeNew = true) { $copyObj->setNom($this->getNom()); $copyObj->setNomComplet($this->getNomComplet()); $copyObj->setSuiviPar($this->getSuiviPar()); $copyObj->setFormule($this->getFormule()); $copyObj->setFormatNom($this->getFormatNom()); $copyObj->setDisplayRang($this->getDisplayRang()); $copyObj->setDisplayAddress($this->getDisplayAddress()); $copyObj->setDisplayCoef($this->getDisplayCoef()); $copyObj->setDisplayMatCat($this->getDisplayMatCat()); $copyObj->setDisplayNbdev($this->getDisplayNbdev()); $copyObj->setDisplayMoyGen($this->getDisplayMoyGen()); $copyObj->setModeleBulletinPdf($this->getModeleBulletinPdf()); $copyObj->setRnNomdev($this->getRnNomdev()); $copyObj->setRnToutcoefdev($this->getRnToutcoefdev()); $copyObj->setRnCoefdevSiDiff($this->getRnCoefdevSiDiff()); $copyObj->setRnDatedev($this->getRnDatedev()); $copyObj->setRnSignChefetab($this->getRnSignChefetab()); $copyObj->setRnSignPp($this->getRnSignPp()); $copyObj->setRnSignResp($this->getRnSignResp()); $copyObj->setRnSignNblig($this->getRnSignNblig()); $copyObj->setRnFormule($this->getRnFormule()); $copyObj->setEctsTypeFormation($this->getEctsTypeFormation()); $copyObj->setEctsParcours($this->getEctsParcours()); $copyObj->setEctsCodeParcours($this->getEctsCodeParcours()); $copyObj->setEctsDomainesEtude($this->getEctsDomainesEtude()); $copyObj->setEctsFonctionSignataireAttestation($this->getEctsFonctionSignataireAttestation()); if ($deepCopy && !$this->startCopy) { // important: temporarily setNew(false) because this affects the behavior of // the getter/setter methods for fkey referrer objects. $copyObj->setNew(false); // store object hash to prevent cycle $this->startCopy = true; foreach ($this->getPeriodeNotes() as $relObj) { if ($relObj !== $this) { // ensure that we don't try to copy a reference to ourselves $copyObj->addPeriodeNote($relObj->copy($deepCopy)); } } foreach ($this->getJScolClassess() as $relObj) { if ($relObj !== $this) { // ensure that we don't try to copy a reference to ourselves $copyObj->addJScolClasses($relObj->copy($deepCopy)); } } foreach ($this->getJGroupesClassess() as $relObj) { if ($relObj !== $this) { // ensure that we don't try to copy a reference to ourselves $copyObj->addJGroupesClasses($relObj->copy($deepCopy)); } } foreach ($this->getJEleveClasses() as $relObj) { if ($relObj !== $this) { // ensure that we don't try to copy a reference to ourselves $copyObj->addJEleveClasse($relObj->copy($deepCopy)); } } foreach ($this->getAbsenceEleveSaisies() as $relObj) { if ($relObj !== $this) { // ensure that we don't try to copy a reference to ourselves $copyObj->addAbsenceEleveSaisie($relObj->copy($deepCopy)); } } foreach ($this->getJCategoriesMatieresClassess() as $relObj) { if ($relObj !== $this) { // ensure that we don't try to copy a reference to ourselves $copyObj->addJCategoriesMatieresClasses($relObj->copy($deepCopy)); } } //unflag object copy $this->startCopy = false; } // if ($deepCopy) if ($makeNew) { $copyObj->setNew(true); $copyObj->setId(NULL); // this is a auto-increment column, so set to default value } }