Exemple #1
0
 /**
  * @param	Articulo $articulo The articulo object to add.
  */
 protected function doAddArticulo($articulo)
 {
     $this->collArticulos[] = $articulo;
     $articulo->setTipo($this);
 }