mirror of
https://github.com/Intervention/image.git
synced 2025-08-30 09:10:21 +02:00
added cached flag
This commit is contained in:
@@ -78,6 +78,13 @@ class Image
|
|||||||
*/
|
*/
|
||||||
protected $original;
|
protected $original;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Identifier for cached images
|
||||||
|
*
|
||||||
|
* @var boolean
|
||||||
|
*/
|
||||||
|
public $cached = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a new instance of Image class
|
* Create a new instance of Image class
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user