예제 #1
0
파일: Content.php 프로젝트: margery/thelia
 /**
  * @param ContentDocument $contentDocument The contentDocument object to add.
  */
 protected function doAddContentDocument($contentDocument)
 {
     $this->collContentDocuments[] = $contentDocument;
     $contentDocument->setContent($this);
 }