Newscoop\Entity\User::getCommenters PHP Метод

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

public getCommenters ( )
    public function getCommenters()
    {
        return $this->commenters;
    }

Usage Example

Пример #1
0
 public function getCommenters()
 {
     $this->__load();
     return parent::getCommenters();
 }