Einchecken des OnlineStands
This commit is contained in:
25
.classes/generic/renderClass_abstract.php
Normal file
25
.classes/generic/renderClass_abstract.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
class renderClass_abstract
|
||||
{
|
||||
protected static $_instance = null;
|
||||
|
||||
/**
|
||||
* Konstruktor
|
||||
*/
|
||||
public function __construct ( )
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Destruktor
|
||||
*/
|
||||
public function __destruct ( )
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user