Template::set_view( TribeEventsViewsV2View_Interface $view )
Sets the template view.
Contents
Parameters
- $view
-
(TribeEventsViewsV2View_Interface) (Required) Which view we are using this template on.
Source
File: src/Tribe/Views/V2/Template.php
public function set_view( $view ) {
$this->view = $view;
}
Changelog
| Version | Description |
|---|---|
| 4.9.4 | Introduced. |