Newscoop\Entity\User::getCommenters PHP Method

getCommenters() public method

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

Usage Example

 public function getCommenters()
 {
     $this->__load();
     return parent::getCommenters();
 }