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