block = $block; } /** * @return Block */ public function getBlock() : Block{ return $this->block; } }