#!/usr/bin/php getPlugins() as $plugin => $instance) { /** * @var IPluggable $instance */ $instance->onServerStarted(); } }