Ejemplo n.º 1
0
 /**
  * @inheritdoc
  */
 public function __construct($url, $title, $categoryId, $type, $count)
 {
     self::$pageParam = '&page=';
     $url = array_map(function ($item) {
         return $item . '?layout=summary';
     }, $url);
     parent::__construct($url, $title, $categoryId, $type, $count);
 }
Ejemplo n.º 2
0
 /**
  * @inheritdoc
  */
 public function __construct($url, $title, $categoryId, $type, $count)
 {
     parent::$pageParam = '?page=';
     parent::__construct($url, $title, $categoryId, $type, $count);
 }
Ejemplo n.º 3
0
 /**
  * @inheritdoc
  */
 public function __construct(array $url, $title, $categoryId, $type, $count)
 {
     self::$pageParam = '?s=';
     parent::__construct($url, $title, $categoryId, $type, $count);
 }