Пример #1
0
 /**
  * @param	Socio $socio The socio object to add.
  */
 protected function doAddSocio($socio)
 {
     $this->collSocios[] = $socio;
     $socio->setTipoSocio($this);
 }