public function __construct()
 {
     parent::__construct();
     $this->name = 'PMTool';
     $this->context()->setLanguage();
     $this->logoImageUrl = $this->imageUtil->getImageUrl("FWM_logo.jpg");
 }
 public function __construct()
 {
     parent::__construct();
     $this->name = 'Frontend';
 }
예제 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->name = 'FrontEnd';
     $this->context()->setLanguage();
 }