getComments() public method

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