Method | Description | |
---|---|---|
getModel ( ) : null | ModelInterface | Get the model instance | |
setError ( |
Set an error model and update some parts of the response object | |
setModel ( Imbo\Model\ModelInterface $model = null ) : |
Set the model instance | |
setNotModified ( ) | Marks the response as not modified as per the Symfony |
public setError ( |
||
$error | An error model instance | |
return |
public setModel ( Imbo\Model\ModelInterface $model = null ) : |
||
$model | Imbo\Model\ModelInterface | A model instance |
return |
public setNotModified ( ) |