PHP Class PartKeepr\ImageBundle\Response\TemporaryImageUploadResponse

Show file Open project: partkeepr/PartKeepr

Public Properties

Property Type Description
$image object
$response Legacy response for ExtJS forms.
$success boolean The success property. This is required for ExtJS.

Public Methods

Method Description
__construct ( $image )

Method Details

__construct() public method

public __construct ( $image )

Property Details

$image public property

public object $image
return object

$response public property

Legacy response for ExtJS forms.
public $response

$success public property

The success property. This is required for ExtJS.
public bool $success
return boolean