Ejemplo n.º 1
0
 /**
  * @param ContentDocument $contentDocument The contentDocument object to add.
  */
 protected function doAddContentDocument($contentDocument)
 {
     $this->collContentDocuments[] = $contentDocument;
     $contentDocument->setContent($this);
 }