File "AbstractTemplatePart.php"

Full path: /home/sbkuplnl/public_html/wp-content/plugins/woocommerce/src/Blocks/Payments/AbstractTemplatePart.php
File size: 0.32 KB (332 B bytes)
MIME-type: text/x-php; charset=us-ascii
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php
namespace Automattic\WooCommerce\Blocks\Templates;

/**
 * AbstractTemplatePart class.
 *
 * Shared logic for templates parts.
 *
 * @internal
 */
abstract class AbstractTemplatePart extends AbstractTemplate {
	/**
	 * The template part area where the template part belongs.
	 *
	 * @var string
	 */
	public $template_area;
}