예제 #1
0
파일: BaseTipo.php 프로젝트: jalvarez14/hva
 /**
  * @param	Articulo $articulo The articulo object to add.
  */
 protected function doAddArticulo($articulo)
 {
     $this->collArticulos[] = $articulo;
     $articulo->setTipo($this);
 }