LinkPager::init PHP Method

init() public method

Inits Pager.
public init ( )
    public function init()
    {
        parent::init();
        $this->setHeaderToShowing();
    }

Usage Example

 public function init()
 {
     parent::init();
     $this->htmlOptions['class'] = 'endless-list-pager';
 }