public function __construct($attributesList = [], $buttons = [], $template = "") { $this->buttons = $buttons; if (empty($template)) { $template = __DIR__ . self::DEFAULT_TEMPLATE; } parent::__construct($attributesList, $template); }
public function __construct($dataSet = [], $currentValue = null, $attributesList = [], $template = "") { parent::__construct($attributesList, $template, $dataSet, $currentValue); }
public function show() { if ($this->pagesNumber > 1) { parent::show(); } }