SessionHelper

SessionHelper

class SessionHelper extends Helper

SessionHelper provides read-only access to the session attributes.

Methods

登录查看完整内容
setCharset(string $charset)

Sets the default charset.

from Helper
string getCharset()

Gets the default charset.

from Helper