onPreRender() public method

Default implementation calls the attached control's corresponding method.
public onPreRender ( $param )
 /**
  * Publish the ajax script
  */
 public function onPreRender($param)
 {
     parent::onPreRender($param);
 }