Tribe__Events__Customizer__Month_Week_View::instance()

PHP 5.2 method of creating “instances” of an abstract require this

Contents

Note: This is the only required method for a Connector to work


Return

(self) The dynamic instance of this Class


Top ↑

Source

File: src/Tribe/Customizer/Month_Week_View.php

	public static function instance() {
		return tribe( 'tec.customizer.month-week-view' );
	}