<?php
interface IPluggable
{
const PROTECTED_NAMES = ["enable", "disable", "render", "init"];
public function init(PluginContext $context);
}