1<?php 2 3/** 4 * Interface ConfigManagerAdminAction 5 */ 6interface ConfigManagerAdminAction { 7 8 function handle(); 9 function html(); 10 11} 12