Esempio n. 1
0
 /**
  * Gets a single PcFailedLogins object, which is related to this object by a one-to-one relationship.
  *
  * @param      PropelPDO $con
  * @return     PcFailedLogins
  * @throws     PropelException
  */
 public function getPcFailedLogins(PropelPDO $con = null)
 {
     if ($this->singlePcFailedLogins === null && !$this->isNew()) {
         $this->singlePcFailedLogins = PcFailedLoginsPeer::retrieveByPK($this->id, $con);
     }
     return $this->singlePcFailedLogins;
 }