Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 65b920c6ad363819dcdff3d6ff70ed21 > files > 157

php-apc-3.1.15-4.11.mga4.x86_64.rpm

<?php

namespace Symfony\Component\HttpKernel;

use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;

interface TerminableInterface
{
    public function terminate(Request $request, Response $response);
}