Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
TClass.php
Go to the documentation of this file.
1 <?php
6 namespace {
7 
8  require_once __DIR__ . '/TInterface.php';
9 
10  class TClass implements TInterface
11  {
12 
13  }
14 }
defined('TESTS_BP')||define('TESTS_BP' __DIR__
Definition: _bootstrap.php:60