Поправил названия классов

This commit is contained in:
origami11 2017-02-17 14:56:15 +03:00
parent c8958cbee0
commit 90f0ebde7b
4 changed files with 4 additions and 6 deletions

View file

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