*/ interface Plugin { public function isAllowedInStage($stage); public function execute(); }