コード例 #1
0
ファイル: MethodObject.php プロジェクト: rxz135cc/yii2webApp
 /**
  * @param InlineComment $InlineComment
  */
 public function addInlineComment(InlineComment $InlineComment) {
     $this->getInlineContainer()->appendChild(
         $InlineComment->asDom($this->ctx->ownerDocument)
     );
 }