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

format() public method

Format a model
public format ( Imbo\Model\ModelInterface $model ) : string
$model Imbo\Model\ModelInterface The model to format
return string
    function format(Model\ModelInterface $model);