<?php namespace common\logic; abstract class AbstractChecker extends AbstractService implements CheckerInterface { }