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

formatListModel() public method

Format a list model
public formatListModel ( ListModel $model ) : string
$model Imbo\Model\ListModel The model to format
return string Formatted data
    function formatListModel(Model\ListModel $model);