put() публичный Метод

public put ( $url, $callback )
Пример #1
0
function put($url, $fun)
{
    router::put($url, $fun);
}