MailPoet\EmailEditor\Integrations\Core\Renderer\Blocks

Buttons::__construct()publicWC 1.0

Buttons constructor.

Method of the class: Buttons{}

No Hooks.

Return

null. Nothing (null).

Usage

$Buttons = new Buttons();
$Buttons->__construct(;

Buttons::__construct() code WC 9.8.1

public function __construct(
	Flex_Layout_Renderer $flex_layout_renderer
) {
	$this->flex_layout_renderer = $flex_layout_renderer;
}