/** * {@inheritdoc} */ public function addBlocks(DashboardBlockInterface $block) { $block->setDashboard($this); $this->blocks[] = $block; return $this; }
/** * {@inheritdoc} */ public function addBlocks(DashboardBlockInterface $blocs) { $blocs->setDashboard($this); $this->blocks[] = $blocs; }