<?php namespace common\logic; abstract class AbstractManager extends AbstractService implements ManagerInterface { }