FOF30\Hal\Render\RenderInterface::render PHP Method

render() public method

Render a HAL document into a representation suitable for consumption.
public render ( array $options = [] ) : string
$options array Renderer-specific options
return string
    public function render($options = array());
RenderInterface