serviceGetWallAddComment() public method

public serviceGetWallAddComment ( $aEvent, $aParams = [] )
コード例 #1
0
ファイル: BxFilesModule.php プロジェクト: toxalot/dolphin.pro
 function serviceGetWallAddComment($aEvent)
 {
     return parent::serviceGetWallAddComment($aEvent, array('templates' => array('snippet' => 'wall_post_comment.html')));
 }