parent::__construct();
$this->displayName = $this->l('Responsive products featured');
$this->description = $this->l('Displays featured products and categories in your homepage.');
$this->
include_once($this->local_path.'/classes/ResponsiveHomeFeaturedClass.php');
你会发现很难理解为什么最后一个语句使用了两个 $this ?