FOF30\Hal\Render\RenderInterface::render PHP Метод

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

Render a HAL document into a representation suitable for consumption.
public render ( array $options = [] ) : string
$options array Renderer-specific options
Результат string
    public function render($options = array());
RenderInterface