示例#1
0
 /**
  * @param string $type
  * @param AbstractType $contentType
  */
 public function addType($type, $contentType)
 {
     $this->types[$type] = $contentType;
     if ($contentType instanceof ContentRendererAwareContentType) {
         $contentType->setContentRenderer($this);
     }
 }