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