<?php

interface iRequestHandlerFinder
{
    public static function getHandler();
}

?>