예제 #1
0
파일: Comment.php 프로젝트: fewlines/xml
 /**
  * @param Writer &$writer
  */
 public function save(Writer &$writer)
 {
     $writer->writeComment($this->value);
 }