<?php declare(strict_types=1);
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
// @codingStandardsIgnoreFile
?>
<html><?php
$block->testMethod();
if (isset($block->property)) {
echo $block->property;
}
?></html>
Back to Directory