public function RegistryAutoloadTraitTest::__construct in Registry Autoload 7
Constructs a RegistryAutoloadTraitTest object.
File
- tests/
modules/ registry_autoload_test/ src/ Cache/ RegistryAutoloadTestTraitTest.php, line 16 - Tests that traits work properly.
Class
Namespace
Drupal\registry_autoload_test\CacheCode
public function __construct() {
print "Hello Class using trait.\n";
$this
->foo();
}