示例#1
0
文件: Get.php 项目: keradus/ker
<?php

namespace Ker\Vars;

/**
 * Klasa implementująca wzorzec projektowy `Property`. Służy do zarządzania zmiennymi otrzymanymi metodą GET.
 *
 * @author Dariusz Rumiński <*****@*****.**>
 * @license MIT
 * @link https://github.com/keradus/Ker
 * @date 2013-11-13 12:03:00
 */
class Get extends \Ker\Vars
{
    protected static $container;
}
Get::setContainer($_GET);