Month_View::__construct( TribeEventsViewsV2UtilsStack $stack )

Month_View constructor.


Parameters

$stack

(TribeEventsViewsV2UtilsStack) (Required) An instance of the Stack object.


Top ↑

Source

File: src/Tribe/Views/V2/Views/Month_View.php

	public function __construct( Stack $stack) {
		parent::__construct();
		$this->stack = $stack;
	}

Top ↑

Changelog

Changelog
Version Description
4.9.7 Introduced.