Phprest\Stub\Controller\Routed::getFoo PHP 메소드

getFoo() 공개 정적인 메소드

public static getFoo ( )
    public static function getFoo()
    {
        return new Response\Ok('Hello World!');
    }