Esempio n. 1
0
 public function __construct(\Nethgui\Utility\PhpWrapper $phpWrapper = NULL)
 {
     $this->phpWrapper = $phpWrapper === NULL ? new \Nethgui\Utility\PhpWrapper(__CLASS__) : $phpWrapper;
     $this->data = new \ArrayObject();
     $this->phpWrapper->session_name(self::SESSION_NAME);
 }