<?php namespace common\logic; interface ModuleInterface { public function getContainerFqcn(): string; public function getServices(): ContainerInterface; }