예제 #1
0
 /**
  * @inheritdoc
  */
 public function __construct($url, $title, $categoryId, $type, $count)
 {
     parent::$pageParam = '?page=';
     parent::__construct($url, $title, $categoryId, $type, $count);
 }