Example #1
0
 /**
  * @param Writer &$writer
  */
 public function save(Writer &$writer)
 {
     $writer->writeComment($this->value);
 }