Typesetter-Original-gtbu/addons/Example/LoadAutomatically.php
2021-09-08 19:52:21 +02:00

12 lines
No EOL
180 B
PHP

<?php
namespace Addon\Example;
class LoadAutomatically{
function AutomaticallyLoaded(){
echo '<h3>Autoload</h3>';
echo '<p>This portion was loaded automatically</p>';
}
}