Searched refs:load_handler_class (Results 1 – 2 of 2) sorted by relevance
/plugin/fedauth/ |
H A D | common.php | 76 function &load_handler_class($plugin, $cmd, $type, $provid='', $base='base') { function
|
H A D | action.php | 158 … $this->handler =& load_handler_class($this, 'signin', USER_CMD_SCOPE, $cdata['prid'], 'login'); 248 … $this->handler =& load_handler_class($this, $this->cmd, USER_CMD_SCOPE, $this->provid, 'login');
|