getWallPost() public method

public getWallPost ( $aEvent, $sIcon = 'save', $aParams = [] )
Example #1
0
 function getWallPost($aEvent, $sIcon, $aParams = array())
 {
     return parent::getWallPost($aEvent, $sIcon, array('templates' => array('single' => 'timeline_post.html', 'grouped' => 'timeline_post_grouped.html')));
 }