<?php /* Please see the README and LICENSE files. */ /** * Commands which can be executed on modules */ interface Module_Command { public function run($module); } ?>