Indatus\Ranger\ContentType\ContentRendererInterface::render PHP Метод

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

render - renders api response in the format of the class that implements this interface.
public render ( array $content ) : mixed
$content array the data format of the api response should be an array. If using eloquent make sure to use the toArray() method before passing the data to this method.
Результат mixed
    public function render(array $content);
ContentRendererInterface