MailPoet\EmailEditor\Engine\Templates
Templates::__construct()
Constructor of the class.
Method of the class: Templates{}
No Hooks.
Return
null
. Nothing (null).
Usage
$Templates = new Templates(); $Templates->__construct( $templates_registry );
- $templates_registry(Templates_Registry) (required)
- The templates registry.
Templates::__construct() Templates:: construct code WC 9.8.1
public function __construct( Templates_Registry $templates_registry ) { $this->templates_registry = $templates_registry; }