Imbo\Http\Response\Formatter\FormatterInterface::formatArrayModel PHP Method

formatArrayModel() public method

Format an array model
public formatArrayModel ( ArrayModel $model ) : string
$model Imbo\Model\ArrayModel The model to format
return string Formatted data
    function formatArrayModel(Model\ArrayModel $model);