/**
  * Overwrites the display strategy
  * @param EE_Display_Strategy_Base $display_strategy
  */
 public function set_display_strategy($display_strategy)
 {
     $this->_display_strategy = $display_strategy;
     $this->_display_strategy->_construct_finalize($this);
 }