/**
  * Class constructor
  */
 public function __construct()
 {
     $this->terminals_template = 'dpd';
     // Construct parent
     parent::__construct();
 }
 /**
  * Class constructor
  */
 public function __construct()
 {
     // Set template file name for this method
     $this->terminals_template = 'smartpost';
     parent::__construct();
 }