Request.php 148 B

12345
  1. <?php
  2. /**
  3. * @deprecated since version 4.0 - Please use according KO7 Class instead.
  4. */
  5. interface Kohana_HTTP_Request extends KO7_HTTP_Request {}