serviceGetWallAddComment() public method

public serviceGetWallAddComment ( $aEvent, $aParams = [] )
Example #1
0
 function serviceGetWallAddComment($aEvent)
 {
     return parent::serviceGetWallAddComment($aEvent, array('templates' => array('snippet' => 'wall_post_comment.html')));
 }