1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-30 17:19:50 +02:00

added cached flag

This commit is contained in:
Oliver Vogel
2013-03-08 20:53:16 +01:00
parent 4b8fc70dcc
commit 699c366bfe

View File

@@ -78,6 +78,13 @@ class Image
*/
protected $original;
/**
* Identifier for cached images
*
* @var boolean
*/
public $cached = false;
/**
* Create a new instance of Image class
*