public function OpenGraphMeta::__set_objects in Open Graph meta tags 6
Same name and namespace in other branches
- 7 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 339
Class
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;
}