mirror of
https://github.com/danielbrendel/hortusfox-web.git
synced 2026-01-22 13:00:10 -06:00
Initial commit
This commit is contained in:
20
app/modules/ExampleModule.php
Normal file
20
app/modules/ExampleModule.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
Asatru PHP - Module
|
||||
*/
|
||||
|
||||
/**
|
||||
* This class represents your module
|
||||
*/
|
||||
class ExampleModule {
|
||||
public function __construct()
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
public function __destruct()
|
||||
{
|
||||
//
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user