entity = $entity; $this->from = $from; $this->to = $to; } /** * @return Block */ public function getBlock(){ return $this->from; } /** * @return Block */ public function getTo(){ return $this->to; } }