Home
last modified time | relevance | path

Searched refs:_getParam (Results 1 – 1 of 1) sorted by relevance

/plugin/freechat/phpfreechat/src/
H A Dpfcuserconfig.class.php31 $this->_getParam("nick");
33 $this->_getParam("active");
35 $this->_getParam("channels");
37 $this->_getParam("privmsg");
39 $this->_getParam("serverid");
54 function &_getParam($p) function in pfcUserConfig