/**
  * The constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->beforeFilter('@processAuthentication');
     $this->loadPresenter('Subbly\\Presenter\\V1\\ProductPresenter');
 }
 /**
  * The constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->beforeFilter('@processAuthentication');
 }