rework class system to use subdirectories
add placeholder plugin/hook system
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
class Button {
|
||||
|
||||
protected $link;
|
||||
|
||||
function __construct($link) {
|
||||
$this->link = $link;
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user