Ejemplo n.º 1
0
 public function __construct(BWP_Sitemaps $plugin, BWP_GXS_MODULE $module)
 {
     $this->plugin = $plugin;
     $this->bridge = $plugin->get_bridge();
     $this->module = $module;
 }
Ejemplo n.º 2
0
 public function __construct(BWP_Sitemaps $plugin, BWP_Sitemaps_Excluder $excluder)
 {
     $this->plugin = $plugin;
     $this->bridge = $plugin->get_bridge();
     $this->excluder = $excluder;
 }
Ejemplo n.º 3
0
 public function __construct(BWP_Sitemaps $plugin, $storage_key)
 {
     $this->plugin = $plugin;
     $this->bridge = $plugin->get_bridge();
     $this->storage_key = $storage_key;
 }