Phprest\Stub\Controller\Routed::postBar PHP Method

postBar() public static method

public static postBar ( )
    public static function postBar()
    {
        return new Response\Created('sample location');
    }