Exemplo n.º 1
0
 /**
  * Build sort object.
  *
  * @param int $subscription_count
  */
 protected function build_sort($subscription_count)
 {
     // Setup the sort tool
     $this->sort->request();
     $this->sort->total = $subscription_count;
     $this->sort->build_pagination($this->u_action);
 }