PHP Class PartKeepr\ImageBundle\Response\ImageResponse

Inheritance: extends Symfony\Component\HttpFoundation\Response
Show file Open project: partkeepr/PartKeepr

Public Methods

Method Description
__construct ( integer $maxWidth, integer $maxHeight, integer $code, string $message ) Constructs a new ImageNotFoundResponse.

Method Details

__construct() public method

Constructs a new ImageNotFoundResponse.
public __construct ( integer $maxWidth, integer $maxHeight, integer $code, string $message )
$maxWidth integer
$maxHeight integer
$code integer
$message string