getCommenters() public method

public getCommenters ( )
コード例 #1
0
 public function getCommenters()
 {
     $this->__load();
     return parent::getCommenters();
 }