/**
  * {@inheritdoc}
  */
 function __construct(&$path, $content_view)
 {
     parent::__construct($path);
     $this->m_component_view = $content_view;
 }