Welcome to mirror list, hosted at ThFree Co, Russian Federation.

iView.php « modules - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9ecfa2e152b16a694e31f71f759ec354e20e1fae (plain)
1
2
3
4
5
6
<?php
interface iView
{
	function render();
}
?>