PHP Class Xhgui_Saver, xhgui

This class only exists to handle cases where an incompatible version of pimple exists in the host application.
Show file Open project: perftools/xhgui Class Usage Examples

Public Methods

Method Description
factory ( array $config ) : Xhgui_Saver_File | Xhgui_Saver_Mongo Get a saver instance based on configuration data.

Method Details

factory() public static method

Get a saver instance based on configuration data.
public static factory ( array $config ) : Xhgui_Saver_File | Xhgui_Saver_Mongo
$config array The configuration data.
return Xhgui_Saver_File | Xhgui_Saver_Mongo