Exemple #1
0
 /**
  * @param InlineComment $InlineComment
  */
 public function addInlineComment(InlineComment $InlineComment) {
     $this->getInlineContainer()->appendChild(
         $InlineComment->asDom($this->ctx->ownerDocument)
     );
 }