From adfe48b392d10d0c0076986d9ad13f9f02fc37fd Mon Sep 17 00:00:00 2001 From: Alexander Demidov Date: Wed, 7 Aug 2013 10:54:01 +0400 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=A2=D0=9E=D0=94=D0=9E=20=D0=B2=20ImageC?= =?UTF-8?q?ollection?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ImageCollection.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/ImageCollection.class.php b/ImageCollection.class.php index 82fa15e..5e23751 100644 --- a/ImageCollection.class.php +++ b/ImageCollection.class.php @@ -10,6 +10,7 @@ abstract class ImageCollection extends ArrayIterator /** * @param array|null $data * @throws ErrorException + * TODO: рефакторить этот метод */ public function __construct($data = null) {