getAddComments() public method

Get add comments option value
public getAddComments ( ) : array
return array
 /**
  * Gets the optionAddComments value
  * @return array
  */
 public function getOptionAddComments()
 {
     return $this->options->getAddComments();
 }