summaryrefslogtreecommitdiff
path: root/server/core/CoreInterface.php
blob: ed0d9593a61b6f41334c08456c0ccecb38c8939c (plain)
1
2
3
4
5
6
7
<?php

interface Core{
	
	public function action($action);
	
}