* @package MCMS\System\Plugin */ interface iPlugInLayoutAddon extends iPlugIn { /** * Adds content to the layout * * @param iPlugInLayout $layout * the layout object which should be used */ public function processLayout(iPlugInLayout &$layout, $response = null); }