Ejemplo n.º 1
0
 /**
  * Fills the comment
  *
  * @param WriteCommentDTO $data
  *
  * @return Comment
  */
 public static function fill(WriteCommentDTO $data)
 {
     return new self($data->getUser(), $data->getContent());
 }