1
0
Fork 0
mirror of https://github.com/gtbu/Typesetter-5.3-p8.git synced 2025-03-13 03:23:14 +01:00
Typesetter-Original-gtbu/addons/Example/LoadAutomatically.php

12 lines
180 B
PHP
Raw Normal View History

2021-09-08 19:52:21 +02:00
<?php
namespace Addon\Example;
class LoadAutomatically{
function AutomaticallyLoaded(){
echo '<h3>Autoload</h3>';
echo '<p>This portion was loaded automatically</p>';
}
}