Newscoop\Entity\User::getCommenters PHP Method

getCommenters() public method

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

Usage Example

Ejemplo n.º 1
0
 public function getCommenters()
 {
     $this->__load();
     return parent::getCommenters();
 }