File manager - Edit - /home/boiitech111/autorollingright.com/wp-content/plugins/woocommerce/src/Blocks/Templates/AbstractTemplate.php
Back
<?php declare( strict_types=1 ); namespace Automattic\WooCommerce\Blocks\Templates; /** * AbstractTemplate class. * * Shared logic for templates. * * @internal */ abstract class AbstractTemplate { /** * The slug of the template. * * @var string */ const SLUG = ''; /** * Whether this is a taxonomy template. * * @var bool */ public bool $is_taxonomy_template = false; /** * Initialization method. */ abstract public function init(); /** * Should return the title of the template. * * @return string */ abstract public function get_template_title(); /** * Should return the description of the template. * * @return string */ abstract public function get_template_description(); }
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings