$aComments * * @return void */ public function addComments(array $aComments); /** * @return array */ public function getComments(); /** * @param array $aComments * * @return void */ public function setComments(array $aComments); }