public function views_php_plugin_wrapper::__get in Views PHP 7
Same name and namespace in other branches
- 7.2 plugins/views/views_php_plugin_wrapper.inc \views_php_plugin_wrapper::__get()
File
- plugins/
views/ views_php_plugin_wrapper.inc, line 35
Class
- views_php_plugin_wrapper
- A helper class that wraps around the actual views plugin.
Code
public function &__get($name) {
return $this->wrapped->{$name};
}