Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/src/containers/
H A Dfile.class.php30 class pfcContainer_File extends pfcContainerInterface
38 pfcContainerInterface::pfcContainerInterface();
51 $cfg = pfcContainerInterface::getDefaultConfig();
59 $errors = pfcContainerInterface::init($c);
H A Dmysql.class.php55 class pfcContainer_Mysql extends pfcContainerInterface
72 pfcContainerInterface::pfcContainerInterface();
77 $cfg = pfcContainerInterface::getDefaultConfig();
97 $errors = pfcContainerInterface::init($c);
H A Doracle.class.php49 class pfcContainer_Oracle extends pfcContainerInterface
71 pfcContainerInterface::pfcContainerInterface();
76 $cfg = pfcContainerInterface::getDefaultConfig();
89 $errors = pfcContainerInterface::init($c);
/plugin/freechat/phpfreechat/src/
H A Dpfccontainerinterface.class.php29 class pfcContainerInterface class
31 function pfcContainerInterface() { } function in pfcContainerInterface
H A Dpfccontainer.class.php33 class pfcContainer extends pfcContainerInterface
49 pfcContainerInterface::pfcContainerInterface();