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 @@