aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Web/Controller.php
blob: ac835e008a50a6f05e700cc0b0498f6e14cb538d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

namespace Zotlabs\Web;


class Controller {

	function init() {}
	function post() {}
	function get() {}

}