put() public méthode

public put ( $url, $callback )
Exemple #1
0
function put($url, $fun)
{
    router::put($url, $fun);
}