Example #1
0
 public function __construct($store, $storeData = array())
 {
     parent::__construct($store, $storeData);
     $this->store = $store;
     $this->internal = $storeData;
     $this->internal["TARGET"] = "remote";
 }