/**
  * Get the associated Usuaris object
  *
  * @param      PropelPDO Optional Connection object.
  * @return     Usuaris The associated Usuaris object.
  * @throws     PropelException
  */
 public function getUsuaris(PropelPDO $con = null)
 {
     if ($this->aUsuaris === null && $this->idusuari !== null) {
         $this->aUsuaris = UsuarisPeer::retrieveByPk($this->idusuari);
         /* The following can be used additionally to
         		   guarantee the related object contains a reference
         		   to this object.  This level of coupling may, however, be
         		   undesirable since it could result in an only partially populated collection
         		   in the referenced object.
         		   $this->aUsuaris->addAppDocumentsPermisoss($this);
         		 */
     }
     return $this->aUsuaris;
 }
 /**
  * Get the associated Usuaris object
  *
  * @param      PropelPDO Optional Connection object.
  * @return     Usuaris The associated Usuaris object.
  * @throws     PropelException
  */
 public function getUsuarisRelatedByQuiresol(PropelPDO $con = null)
 {
     if ($this->aUsuarisRelatedByQuiresol === null && $this->quiresol !== null) {
         $this->aUsuarisRelatedByQuiresol = UsuarisPeer::retrieveByPk($this->quiresol);
         /* The following can be used additionally to
         		   guarantee the related object contains a reference
         		   to this object.  This level of coupling may, however, be
         		   undesirable since it could result in an only partially populated collection
         		   in the referenced object.
         		   $this->aUsuarisRelatedByQuiresol->addIncidenciessRelatedByQuiresol($this);
         		 */
     }
     return $this->aUsuarisRelatedByQuiresol;
 }
Beispiel #3
0
 /**
  * Get the associated Usuaris object
  *
  * @param      PropelPDO Optional Connection object.
  * @return     Usuaris The associated Usuaris object.
  * @throws     PropelException
  */
 public function getUsuarisRelatedByUsuariupdateid(PropelPDO $con = null)
 {
     if ($this->aUsuarisRelatedByUsuariupdateid === null && $this->usuariupdateid !== null) {
         $this->aUsuarisRelatedByUsuariupdateid = UsuarisPeer::retrieveByPk($this->usuariupdateid);
         /* The following can be used additionally to
         		   guarantee the related object contains a reference
         		   to this object.  This level of coupling may, however, be
         		   undesirable since it could result in an only partially populated collection
         		   in the referenced object.
         		   $this->aUsuarisRelatedByUsuariupdateid->addPersonalsRelatedByUsuariupdateid($this);
         		 */
     }
     return $this->aUsuarisRelatedByUsuariupdateid;
 }