init() public method

Initializes the pager.
public init ( )
Beispiel #1
0
 public function init()
 {
     parent::init();
     Asset::register($this->getView());
 }