From 90f0ebde7bcb03fc6cd7e31e70c882d22f35f110 Mon Sep 17 00:00:00 2001 From: origami11 Date: Fri, 17 Feb 2017 14:56:15 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BD=D0=B0=D0=B7=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F=20?= =?UTF-8?q?=D0=BA=D0=BB=D0=B0=D1=81=D1=81=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Form/ViewState.php | 4 ++-- src/Tools/Drawing.php | 2 +- src/Tools/Image.php | 2 +- src/Tools/TemplateImage.php | 2 -- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/Form/ViewState.php b/src/Form/ViewState.php index c2ecaab..777618b 100644 --- a/src/Form/ViewState.php +++ b/src/Form/ViewState.php @@ -4,7 +4,7 @@ * http://www.alternateinterior.com/2006/09/a-viewstate-for-php.html * Управление состоянием между страницами */ -class ViewState // extends Collection +class Form_ViewState // extends Collection { private $values = array(); @@ -13,7 +13,7 @@ class ViewState // extends Collection $this->values[$name] = $value; } - function get() + function get($_rest) { $args = func_get_args(); $result = $this->values; diff --git a/src/Tools/Drawing.php b/src/Tools/Drawing.php index 85cbdfa..e13a323 100644 --- a/src/Tools/Drawing.php +++ b/src/Tools/Drawing.php @@ -1,6 +1,6 @@