getComments() public method

Get a User's comments which are associated with his User account.
public getComments ( ) : array
return array
 public function getComments()
 {
     $this->__load();
     return parent::getComments();
 }