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