示例#1
0
 /**
  * @param array $elements
  * @param int   $totalCount
  */
 public function __construct(array $elements = [], $totalCount = 0)
 {
     parent::__construct($elements);
     $this->totalCount = $totalCount;
 }