*/ class MainResponse extends ResponseAbstract { /** * not implemented */ protected function sendHeaders() { throw new \BadMethodCallException('you can\'t directly call ' . __METHOD__); } }