You are here

public function OpenGraphMeta::__set_objects in Open Graph meta tags 7

Same name and namespace in other branches
  1. 6 opengraph_meta.common.inc \OpenGraphMeta::__set_objects()

FOR TESTING PURPOSES ONLY! Replace the internally used data and config instances with the given ones.

File

./opengraph_meta.common.inc, line 335

Class

OpenGraphMeta

Code

public function __set_objects($data_obj, $settings_obj, $render_obj) {
  $this->data_obj = $data_obj;
  $this->settings_obj = $settings_obj;
  $this->render_obj = $render_obj;
}