Witam mam pytanie co wykonuje ten konstruktor ?
public function __construct
(ComponentCollection
$collection, $settings = array()) { $this->controller = $collection->getController();
parent
::__construct
($collection, array_merge($this->settings, (array)$settings)); }