getCommenters() public method

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