Enables or disables comments handling
bool $enable True to enable comments handling, false to disable it:
$this
public function enableComments($enable = true) { $this->comments = $enable; return $this; }