You are here

public function views_php_plugin_wrapper::php_wrap in Views PHP 7.2

Same name and namespace in other branches
  1. 7 plugins/views/views_php_plugin_wrapper.inc \views_php_plugin_wrapper::php_wrap()

File

plugins/views/views_php_plugin_wrapper.inc, line 14

Class

views_php_plugin_wrapper
A helper class that wraps around the actual views plugin.

Code

public function php_wrap(&$link) {
  $this->wrapped_link =& $link;
  $this->wrapped = $link;
  $link = $this;
}