getComments() публичный Метод

Get a User's comments which are associated with his User account.
public getComments ( ) : array
Результат array
Пример #1
0
 public function getComments()
 {
     $this->__load();
     return parent::getComments();
 }