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

formatArrayModel() public method

public formatArrayModel ( ArrayModel $model )
$model Imbo\Model\ArrayModel
    public function formatArrayModel(Model\ArrayModel $model)
    {
        return $this->encode($model->getData() ?: new stdClass());
    }