PHP Class PartKeepr\ImageBundle\Response\TemporaryImageUploadResponse

Datei anzeigen 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_oe property

public object $image
return object

$response public_oe property

Legacy response for ExtJS forms.
public $response

$success public_oe property

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